Add which-key config

This commit is contained in:
Adam Goldsmith 2019-05-19 19:24:54 -04:00
parent d49d244dff
commit a6adcd7f71
1 changed files with 6 additions and 0 deletions

View File

@ -836,6 +836,12 @@
("claremontmakerspace\\.org" . mediawiki-mode)
)))
(use-package which-key
(use-package which-key-posframe :ensure
:config (which-key-posframe-mode))
:config
(which-key-mode))
;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
;; Local Variables: