Skip to content

Commit

Permalink
Remove superfluous next homophone action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Feb 21, 2024
1 parent d9f6f5a commit 4a9386c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cursorless-talon/src/fallback.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"remove": actions.edit.delete,
"editNewLineBefore": actions.edit.line_insert_up,
"editNewLineAfter": actions.edit.line_insert_down,
"nextHomophone": actions.user.homophones_cycle_selected,
}

modifier_callbacks = {
Expand Down

0 comments on commit 4a9386c

Please sign in to comment.