Fix and delight which-key config
This commit is contained in:
parent
a6adcd7f71
commit
d5e83ded97
@ -837,10 +837,12 @@
|
||||
)))
|
||||
|
||||
(use-package which-key
|
||||
(use-package which-key-posframe :ensure
|
||||
:config (which-key-posframe-mode))
|
||||
:delight
|
||||
:config
|
||||
(which-key-mode))
|
||||
(which-key-mode)
|
||||
(use-package which-key-posframe :ensure
|
||||
:config
|
||||
(which-key-posframe-mode)))
|
||||
|
||||
;;; Local Variables
|
||||
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
||||
|
Loading…
Reference in New Issue
Block a user