mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 8bf1562be784bd2a4ca3f44494a311ff035ebe5e Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 13 10:00:23 2014 -0500 All tests pass; ido-vertical doesn't have right keys --- ergoemacs-theme-engine.el | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 9125da4..98dc89a 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -1917,12 +1917,10 @@ DONT-COLLAPSE doesn't collapse empty keymaps" (dolist (map '(ergoemacs-shortcut-keymap ergoemacs-read-input-keymap ergoemacs-keymap ergoemacs-unbind-keymap)) (set map (ergoemacs-rm-key (symbol-value map) key)) (setq lk (lookup-key (symbol-value map) key)) - (message "%s;%s" map lk) (if (not (integerp lk)) (setq test-key key) (setq test-key (substring key 0 lk)) (setq lk (lookup-key (symbol-value map) test-key))) - (message "%s#2;%s" map lk) (when (commandp lk t) (set map (ergoemacs-rm-key (symbol-value map) test-key)))) ;; Remove from shortcuts, if present
