Skip to content

Commit b5f552b

Browse files
pokeycursorless-bot
authored andcommitted
Fix custom actions in cheatsheet (cursorless-dev#1973)
- Fixes cursorless-dev#1960 ## Checklist - [-] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [-] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet
1 parent 608ffac commit b5f552b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/actions/actions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"reformat_action",
4646
"call_action",
4747
"experimental_action",
48+
"custom_action",
4849
]
4950

5051
callback_actions: dict[str, Callable[[CursorlessTarget], None]] = {

0 commit comments

Comments
 (0)