:PROPERTIES: :header-args:emacs-lisp: :comments link :results none :ID: d4e8a6e2-a409-4c98-92e6-8f7f82596ca6 :END: #+title: Undo Tree #+filetags: emacs-load #+begin_src emacs-lisp (use-package undo-tree :straight t) #+end_src * Vundo #+begin_src emacs-lisp (use-package vundo :straight t) #+end_src