Fix define-leader-key! comment
This commit is contained in:
parent
869758e8f5
commit
afee81dfde
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
|||
(defvar doom-leader-alist `((t . ,doom-leader-map)))
|
||||
(add-to-list 'emulation-mode-map-alists 'doom-leader-alist)
|
||||
|
||||
;; We avoid `general-create-definer' to ensure that :states, :wk-full-keys and
|
||||
;; We avoid `general-create-definer' to ensure that :states, :prefix and
|
||||
;; :keymaps cannot be overwritten.
|
||||
(defmacro define-leader-key! (&rest args)
|
||||
`(general-define-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue