diff options
| -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 |
