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

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

[nongnu] elpa/spacemacs-theme e5f95e427e 105/336: Merge pull request #24


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e5f95e427e 105/336: Merge pull request #24 from xuchunyang/support-which-function-mode
Date: Fri, 14 Jan 2022 10:59:19 -0500 (EST)

branch: elpa/spacemacs-theme
commit e5f95e427ee3bb422ed1d19c68bc7f8ff11963a0
Merge: 5f52881e45 1be18ffa86
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: Nasser Alshammari <designernasser@gmail.com>

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



reply via email to

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