From fd7ed0a897ac25d3e1f95e3c3fff1b59c7b4ac4f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 31 May 2019 16:25:37 -0400 Subject: [PATCH] Set which-key-posframe background color --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index eea6384..5136735 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -866,7 +866,8 @@ (which-key-mode) (use-package which-key-posframe :ensure :config - (which-key-posframe-mode))) + (which-key-posframe-mode) + (set-face-background 'which-key-posframe "#333333"))) (use-package company-auctex :config