Set which-key-posframe background color

This commit is contained in:
Adam Goldsmith 2019-05-31 16:25:37 -04:00
parent a3acf22829
commit fd7ed0a897
1 changed files with 2 additions and 1 deletions

View File

@ -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