Fix and delight which-key config

This commit is contained in:
Adam Goldsmith 2019-05-30 00:35:26 -04:00
parent a6adcd7f71
commit d5e83ded97
1 changed files with 5 additions and 3 deletions

View File

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