Browse Source

which-key now started after-init

master
Marc 3 years ago
parent
commit
4082425a2c
1 changed files with 4 additions and 5 deletions
  1. 9
      init.org

9
init.org

@ -399,12 +399,11 @@ Windows Theme:
:ensure t
:diminish which-key-mode
:defer t
:hook
(after-init . which-key-mode)
:config
(which-key-mode)
(which-key-setup-side-window-right-bottom)
(which-key-setup-minibuffer)
(setq which-key-idle-delay 0.5
which-key-show-early-on-C-h t))
(which-key-setup-side-window-bottom)
(setq which-key-idle-delay 0.5))
#+END_SRC
* abbrev

Loading…
Cancel
Save