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

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

[elpa] externals/ef-themes 7b5c4fabb7 220/281: Add support for built-in


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 7b5c4fabb7 220/281: Add support for built-in which-function-mode
Date: Tue, 16 Aug 2022 16:58:35 -0400 (EDT)

branch: externals/ef-themes
commit 7b5c4fabb7d9af28b395bd4a4a6db4ac56ba5b83
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for built-in which-function-mode
---
 ef-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index c8439a3351..95381784ee 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -788,6 +788,8 @@ When called from Lisp, THEME is a symbol."
     `(wgrep-face ((,c :inherit bold)))
     `(wgrep-file-face ((,c :foreground ,fg-alt)))
     `(wgrep-reject-face ((,c :inherit error)))
+;;;; which-function-mode
+    `(which-func ((,c :inherit bold :foreground ,fg-intense)))
 ;;;; widget
     `(widget-button ((,c :inherit bold :foreground ,link)))
     `(widget-button-pressed ((,c :inherit widget-button :foreground 
,link-alt)))



reply via email to

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