branch: externals/ergoemacs-mode
commit 0a96bf9f927d928fb0dde12e7898a96da963ff81
Author: Matthew Fidler <[email protected]>
Commit: Matthew Fidler <[email protected]>
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)))