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

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

[elpa] 165/287: Removed ergoemacs-minibuffer-setup, different quote for


From: Matthew Fidler
Subject: [elpa] 165/287: Removed ergoemacs-minibuffer-setup, different quote for emulation-mode-map-alists
Date: Wed, 02 Jul 2014 14:45:38 +0000

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

commit 7dfa041c2ffa67ad80651e95e0ed388faf76d79a
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jun 19 07:22:31 2014 -0500

    Removed ergoemacs-minibuffer-setup, different quote for 
emulation-mode-map-alists
---
 ergoemacs-mode.el |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 5918a79..0b3fcd9 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -392,7 +392,7 @@ When REMOVE is true, remove the emulations."
                            ergoemacs-repeat-emulation-mode-map-alist
                            ergoemacs-emulation-mode-map-alist
                            ergoemacs-shortcut-emulation-mode-map-alist)))
-    (funcall (if remove #'remove-hook #'add-hook) #'emulation-mode-map-alists 
hook)))
+    (funcall (if remove #'remove-hook #'add-hook) 'emulation-mode-map-alists 
hook)))
 
 (defvar ns-alternate-modifier)
 (defvar mac-alternate-modifier)
@@ -493,7 +493,6 @@ bindings the keymap is:
         (setq ergoemacs-unbind-keys t)
         (add-hook 'pre-command-hook 'ergoemacs-pre-command-hook)
         (ergoemacs-populate-pre-command-hook)
-        (add-hook 'minibuffer-setup-hook #'ergoemacs-minibuffer-setup)
         (ergoemacs-debug-heading "Ergoemacs-mode turned ON."))
     ;; turn off ergoemacs-mode
     (ergoemacs-debug-heading "Ergoemacs-mode is turning OFF.")



reply via email to

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