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