From a6adcd7f7102037784aaceb46532482b2fdb067f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 19 May 2019 19:24:54 -0400 Subject: [PATCH] Add which-key config --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5b4945c..0a7fb13 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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: