branch: elpa/spacemacs-theme
commit e5f95e427ee3bb422ed1d19c68bc7f8ff11963a0
Merge: 5f52881e45 1be18ffa86
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>
Merge pull request #24 from xuchunyang/support-which-function-mode
Support which-function-mode
---
spacemacs-common.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index accab123ea..791afe13d9 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))))