diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0a7fb13..94ad7e2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))