You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
231 B
10 lines
231 B
(use-package which-key
|
|
:ensure t
|
|
:diminish 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))
|
|
|
|
(provide 'plugin-which-key)
|