Globally enable undo-tree

This commit is contained in:
2023-10-22 06:56:53 +02:00
parent 0f7935da32
commit 3130097949

View File

@@ -1794,7 +1794,9 @@ INFO plist."
** ~undo-tree~
#+begin_src emacs-lisp
(use-package undo-tree)
(use-package undo-tree
:config
(global-undo-tree-mode))
#+end_src
** ~ciel~ to mimic ViMs ~ci~ functionality