branch: externals/ergoemacs-mode
commit 0ad1a4526dd2d8b0ff31f4cbdbb9a14e681f4021
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Cleanup
---
ergoemacs-theme-engine.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index b83c9d4..b88134f 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -654,9 +654,10 @@ See also `find-function-recenter-line' and
`find-function-after-hook'."
(setq no-push-p t))
(when ergoemacs-theme--svg-prefix
(setq key (vconcat ergoemacs-theme--svg-prefix key)))
- ;; (setq binding (lookup-key ergoemacs-keymap key))
(setq binding (or
(lookup-key ergoemacs-override-keymap key)
+ ;; TODO: Use only the ergoemacs global map,
+ ;; not the regular map?
(lookup-key (current-global-map) key)
)
)