branch: elpa/spacemacs-theme
commit 1be18ffa8651417d9606b8ef7a11f0d47a4ea45f
Author: Chunyang Xu <[email protected]>
Commit: Chunyang Xu <[email protected]>
Support which-function-mode
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 0519f2e65e..ba0b18135c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -493,6 +493,9 @@
`(which-key-separator-face ((,class (:background nil :foreground ,str))))
`(which-key-special-key-face ((,class (:background ,func :foreground
,bg1))))
+;;;;; which-function-mode
+ `(which-func ((,class (:foreground ,func))))
+
;;;;; whitespace-mode
`(whitespace-empty ((,class (:background nil :foreground ,yellow))))
`(whitespace-indentation ((,class (:background nil :foreground ,war))))