branch: externals/ergoemacs-mode commit e50cc7074ad4079ff86516a2cc7ad0a1ec50e71c Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Remove C-X is execute extended command --- ergoemacs-themes.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 1c9b235..c9a95e4 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -472,8 +472,7 @@ These keys do not depend on the layout." (ergoemacs-define-key keymap (kbd "M-S-z") 'ergoemacs-redo) (put 'ergoemacs-undo :advertised-binding (ergoemacs-translate--event-layout - (vconcat (listify-key-sequence (kbd "M-z"))))) - (ergoemacs-define-key keymap (kbd "C-S-x") 'execute-extended-command)) + (vconcat (listify-key-sequence (kbd "M-z")))))) (defun ergoemacs-set-search (keymap) "Search and Replace for KEYMAP."