diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-01 17:48:44 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-01 17:48:44 +0100 |
| commit | e7dc14a75a0b933e68c722f17d9722677754d749 (patch) | |
| tree | 513c3d1480d5635ff11bb563b3f88568717c21cc | |
| parent | d06acd14f7851eba10bd719e72b093ff0ec20218 (diff) | |
Add Vundo package
| -rw-r--r-- | emacs-config.org | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
