From e7dc14a75a0b933e68c722f17d9722677754d749 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 1 Oct 2025 17:48:44 +0100 Subject: Add Vundo package --- emacs-config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index d4a6d08..eefcedc 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1553,3 +1553,14 @@ Toggle theme. #+begin_src elisp (setq-default use-package-always-ensure t) #+end_src + +** Vundo +https://github.com/casouri/vundo + +Vundo (visual undo) displays the undo history as a tree and lets you +move in the tree to go back to previous buffer states. + +#+begin_src elisp + (use-package vundo + :bind ("C-x C-/" . vundo)) +#+end_src -- cgit