|
|
@ -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 |
|
|
|
|
|
|
|