From 4082425a2cb6a4d8717ad3b2c7167f50b5052cc9 Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 18 Apr 2021 08:48:52 +0200 Subject: [PATCH] which-key now started after-init --- init.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/init.org b/init.org index a20129a..b840366 100644 --- a/init.org +++ b/init.org @@ -399,12 +399,11 @@ Windows Theme: :ensure t :diminish which-key-mode :defer t + :hook + (after-init . which-key-mode) :config - (which-key-mode) - (which-key-setup-side-window-right-bottom) - (which-key-setup-minibuffer) - (setq which-key-idle-delay 0.5 - which-key-show-early-on-C-h t)) + (which-key-setup-side-window-bottom) + (setq which-key-idle-delay 0.5)) #+END_SRC * abbrev