Browse Source

fixed which-key startup

master
Marc 6 months ago
parent
commit
04d2a5d42f
1 changed files with 1 additions and 3 deletions
  1. 4
      config.org

4
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

Loading…
Cancel
Save