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

View File

@ -837,10 +837,12 @@
))) )))
(use-package which-key (use-package which-key
(use-package which-key-posframe :ensure :delight
:config (which-key-posframe-mode))
:config :config
(which-key-mode)) (which-key-mode)
(use-package which-key-posframe :ensure
:config
(which-key-posframe-mode)))
;;; Local Variables ;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body)) (add-to-list 'safe-local-eval-forms '(outline-hide-body))