diff --git a/config.org b/config.org index 54a0fde..2d1b57a 100644 --- a/config.org +++ b/config.org @@ -491,13 +491,11 @@ Exclude some dirs from spamming recentf (use-package which-key :ensure t :diminish which-key-mode - :defer t - :hook - (after-init . which-key-mode) :custom (which-key-idle-delay 0.5) (which-key-sort-order 'which-key-description-order) :config + (which-key-mode) (which-key-setup-side-window-bottom)) #+END_SRC