From 83cba583a7a3730a7c2ba1f46236c8363b41eba3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 10 Apr 2019 21:57:50 -0400 Subject: [PATCH] with-eval-after-load -> after! So :desc is ignored if which-key is disabled. --- core/core-keybinds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)