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 (use-package which-key
:ensure t :ensure t
:diminish which-key-mode :diminish which-key-mode
:defer t
:hook
(after-init . which-key-mode)
:custom :custom
(which-key-idle-delay 0.5) (which-key-idle-delay 0.5)
(which-key-sort-order 'which-key-description-order) (which-key-sort-order 'which-key-description-order)
:config :config
(which-key-mode)
(which-key-setup-side-window-bottom)) (which-key-setup-side-window-bottom))
#+END_SRC #+END_SRC

Loading…
Cancel
Save