Adding a leader key binding results in "undefined" #567
-
Hello, I’m trying to add a keybinding to easily change a dictionary in a buffer, so I tried this: (meow-leader-define-key '("r f" . (lambda () (jinx-languages "fr")))) Unfortunately, when I type |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
To define a command, you must have |
Beta Was this translation helpful? Give feedback.
-
That was it, thanks. Even if it is not a restriction of meow, it could be nice to state it in the documentation. |
Beta Was this translation helpful? Give feedback.
To define a command, you must have
(interactive)
in your function definition.