From 3984dc426438d0b18f5604e99a1a44e426b15ffe Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Sep 2025 15:04:26 +0200 Subject: [PATCH] Don't bind vundo by default Let the default undo binding do it's job and switch to vundo only when necessary. --- init.el | 1 - 1 file changed, 1 deletion(-) diff --git a/init.el b/init.el index b0ab057..94f5e33 100644 --- a/init.el +++ b/init.el @@ -3164,7 +3164,6 @@ Note that this workaround is incomplete, as explained in this comment." (bind-key [remap keyboard-quit] #'keyboard-quit-context+) (bind-key [remap kill-whole-line] #'crux-kill-whole-line) (bind-key [remap open-line] #'crux-smart-open-line-above) - (bind-key [remap undo] #'vundo) (unbind-key "" global-map) (unbind-key "" global-map)