From d5e83ded978fdb897226b34f59619aecbfd56752 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 30 May 2019 00:35:26 -0400 Subject: [PATCH] Fix and delight which-key config --- .emacs.d/init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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))