mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
with-eval-after-load -> after!
So :desc is ignored if which-key is disabled.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user