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: