mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 9679133c6d3407351e3b3fbfff858c68bdf02891 Author: Matthew L. Fidler <[email protected]> Date: Thu Jul 3 12:54:08 2014 -0500 Fix Issue #264 --- ergoemacs-theme-engine.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 61e5068..abf5c1f 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -1402,6 +1402,7 @@ The actual keymap changes are included in `ergoemacs-emulation-mode-map-alist'." ergoemacs-read-input-keymap final-read-map ergoemacs-read-emulation-mode-map-alist `((ergoemacs-read-input-keys ,@final-read-map)) ergoemacs-shortcut-keymap final-shortcut-map + ergoemacs-unbind-keymap final-unbind-map ergoemacs-emulation-mode-map-alist (reverse (append
