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

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

[elpa] externals/ergoemacs-mode 0ad1a45 197/325: Cleanup


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 0ad1a45 197/325: Cleanup
Date: Sat, 23 Oct 2021 18:48:52 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 0ad1a4526dd2d8b0ff31f4cbdbb9a14e681f4021
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

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



reply via email to

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