From 779acfcd0f8c33d8df3de206afdd74f742f1b1ca Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Sat, 21 Sep 2024 10:29:29 -0700 Subject: [PATCH] Vundo --- thoom-emacs/modules/thoom-editing.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/thoom-emacs/modules/thoom-editing.el b/thoom-emacs/modules/thoom-editing.el index 5afc656..dc47395 100644 --- a/thoom-emacs/modules/thoom-editing.el +++ b/thoom-emacs/modules/thoom-editing.el @@ -26,7 +26,6 @@ mwim-code-end mwim-line-end))) - ;; Allow movement during isearch ;; C/M-v move to next/previous match not currently visible ;; M- move to first/last match in buffer @@ -61,7 +60,6 @@ ;; opportunity to select an avy action (setq avy-single-candidate-jump nil)) - (use-package avy-zap :ensure t :bind (("C-z" . avy-zap-up-to-char-dwim) @@ -75,3 +73,7 @@ :ensure t :config (global-dot-mode t)) + +(use-package vundo + :ensure t + :bind ("M-/" . vundo))