mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 7dfa041c2ffa67ad80651e95e0ed388faf76d79a Author: Matthew L. Fidler <[email protected]> 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.")
