with-eval-after-load -> after!
So :desc is ignored if which-key is disabled.
This commit is contained in:
parent
da39d2b004
commit
83cba583a7
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ If any hook returns non-nil, all hooks after it are ignored.")
|
|||
(macroexp-progn
|
||||
(append (nreverse forms)
|
||||
(when wkforms
|
||||
`((with-eval-after-load 'which-key
|
||||
`((after! which-key
|
||||
,@(nreverse wkforms))))))))
|
||||
|
||||
(defmacro define-leader-key! (&rest args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue