Skip to content

Commit 7467e1f

Browse files
authored
Fix custom actions in cheatsheet (#1973)
- Fixes #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 de8dbbc commit 7467e1f

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)