Globally enable undo-tree

This commit is contained in:
Gergely Polonkai 2023-10-22 06:56:53 +02:00
parent 0f7935da32
commit 3130097949
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 3 additions and 1 deletions

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