From 04d2a5d42f8e29acbb8bd0a0638f35c0767f4785 Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 21 Mar 2024 08:35:09 +0100 Subject: [PATCH] fixed which-key startup --- config.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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