emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 1be18ffa86 104/336: Support which-function


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 1be18ffa86 104/336: Support which-function-mode
Date: Fri, 14 Jan 2022 10:59:19 -0500 (EST)

branch: elpa/spacemacs-theme
commit 1be18ffa8651417d9606b8ef7a11f0d47a4ea45f
Author: Chunyang Xu <xuchunyang56@gmail.com>
Commit: Chunyang Xu <xuchunyang56@gmail.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]