From cb9e24049d78fed2eb800c88efaf93e161a8161f Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:22:09 +0800 Subject: Don't use C-z for undo --- emacs/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 7c9da3d..94f60fb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -889,9 +889,7 @@ With prefix argument TIME, also add the current time." ;; Hide commands in M-x which do not work in the current mode. (read-extended-command-predicate 'command-completion-default-include-p) ;; My brain is not ready for advanced emacs undo - (undo-no-redo t) - :bind (("C-z" . undo) - ("C-S-z" . undo-redo))) + (undo-no-redo t)) (use-package help :defer t -- cgit 1.4.1-2-gfad0