emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode e50cc70 293/325: Remove C-X is execute e


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode e50cc70 293/325: Remove C-X is execute extended command
Date: Sat, 23 Oct 2021 18:49:14 -0400 (EDT)

branch: externals/ergoemacs-mode
commit e50cc7074ad4079ff86516a2cc7ad0a1ec50e71c
Author: Matthew Fidler <514778+mattfidler@users.noreply.github.com>
Commit: Matthew Fidler <514778+mattfidler@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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]