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

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

[elpa] 112/117: Add deferred keys for emulation-maps


From: Matthew Fidler
Subject: [elpa] 112/117: Add deferred keys for emulation-maps
Date: Fri, 25 Jul 2014 13:24:41 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit e89722a136946fa8364a6dac7515145753112eab
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 10:51:03 2014 -0500

    Add deferred keys for emulation-maps
---
 ergoemacs-theme-engine.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index d21de1b..01505cc 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -1609,6 +1609,9 @@ FULL-SHORTCUT-MAP-P "
                   (set map-name n-map)))
                (t ;; Maps that are not modified.
                 (unless remove-p
+                  (dolist (d deferred-keys)
+                    (dolist (f (nth 1 d))
+                      (pushnew f defer)))
                   ;; (message "Setup %s"  hook)
                   (fset emulation-var
                         `(lambda() ,(format "Turn on `ergoemacs-mode' keymaps 
for `%s'.



reply via email to

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