From 9dc46d9faf29a169edce857901a62610b63b122f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 15 Aug 2019 18:26:04 -0400 Subject: [PATCH] Demand which-key-posframe --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 57daa65..cf44d6d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -889,7 +889,7 @@ :delight :config (which-key-mode) - (use-package which-key-posframe :ensure + (use-package which-key-posframe :ensure :demand :config (which-key-posframe-mode) (set-face-background 'which-key-posframe "#333333")))