diff --git a/core/core-keybinds.el b/core/core-keybinds.el index 62fc7a3a8..f35f6c1a4 100644 --- a/core/core-keybinds.el +++ b/core/core-keybinds.el @@ -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)