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

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

[elpa] externals/ergoemacs-mode 0a96bf9 313/325: Add theme


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 0a96bf9 313/325: Add theme
Date: Sat, 23 Oct 2021 18:49:18 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 0a96bf9f927d928fb0dde12e7898a96da963ff81
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@users.noreply.github.com>

    Add theme
---
 ergoemacs-theme-engine.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index 1c826e6..673b976 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -431,7 +431,7 @@
                (ergoemacs-key-description--modifier 'shift)
                (format " == %s shift" elt)))
       ((eq elt 'title)
-       (concat lay
+       (concat lay (or (and ergoemacs-theme (concat " (" ergoemacs-theme ")")) 
"")
                (or (and ergoemacs-theme--svg-prefix
                         (concat " for "
                                 (ergoemacs-key-description 
ergoemacs-theme--svg-prefix)))



reply via email to

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