Replies: 1 comment 3 replies
-
Here's some instructions: https://discourse.doomemacs.org/t/what-are-leader-and-localleader-keys/153#binding-new-leader-keys-3 In you cause it would be: (map! :leader (:prefix ("d" . "debugger")
(:desc "Start (d)enote" "d" #'denote))) I'm using debugger here as description for the prefix to not override. To make it play nicer with current doomemacs prefixes you could use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and did not find an answer to my question.
Any discussions with or conclusions derived from the use of LLMs will be omitted from my question.
What is your question?
I like SPC as my leader key and most of Doom's default evil bindings, but I'd also like to use it as a leader key for other "non-Doom" packages. I've done quite a bit of research and come back to this issue a few times in the past, but I haven't found any solutions. Anybody else run into this? Or maybe I missed something obvious?
For example:
defining the following for Denote
Will produce the following error when reloading config.
I've tried using Doom's syntax and other native Emacs syntax, but am unable to avoid this error.
System information
Beta Was this translation helpful? Give feedback.
All reactions