Browse Source

cleanup of which-key config

master
Marc 1 year ago
parent
commit
ef40c2a8de
1 changed files with 4 additions and 2 deletions
  1. 6
      config.org

6
config.org

@ -477,9 +477,11 @@ Exclude some dirs from spamming recentf
:defer t :defer t
:hook :hook
(after-init . which-key-mode) (after-init . which-key-mode)
:custom
(which-key-idle-delay 0.5)
(which-key-sort-order 'which-key-description-order)
:config :config
(which-key-setup-side-window-bottom)
(setq which-key-idle-delay 0.5))
(which-key-setup-side-window-bottom))
#+END_SRC #+END_SRC
* abbrev * abbrev

Loading…
Cancel
Save