branch: externals/ergoemacs-mode commit 07ef724db5e3fe43a15a6a8241ad40dd642bb855 Author: Fidler <matthew.fid...@gmail.com> Commit: Fidler <matthew.fid...@gmail.com>
Change ergoemacs-override-keymap key bindings. --- ergoemacs-map-properties.el | 2 +- ergoemacs-mode.el | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ergoemacs-map-properties.el b/ergoemacs-map-properties.el index 248a033..dde51f4 100644 --- a/ergoemacs-map-properties.el +++ b/ergoemacs-map-properties.el @@ -1317,7 +1317,7 @@ will unbind ergoemacs keys. (ergoemacs keymap :use-local-unbind-list-key local-unbind-list-p)))) (t nil))))) -(defvar ergoemacs-map-properties--set-map-list '(isearch-mode-map) +(defvar ergoemacs-map-properties--set-map-list '(isearch-mode-map ergoemacs-override-keymap) "`ergoemacs-mode' modified maps. This is a list of maps that `ergoemacs-mode' modifies directly.") diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index d34cc0b..880eafe 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -724,9 +724,7 @@ SYMBOL is the symbol to set, NEW-VALUE is it's value." (add-hook 'ergoemacs-mode-shudown-hook 'ergoemacs-setup-override-keymap) - ;;; Frequently used commands as aliases - (defcustom ergoemacs-use-aliases t "Use aliases defined by `ergoemacs-aliases'.