Enable undo-tree

This commit is contained in:
Riyyi
2020-10-19 04:38:09 +02:00
parent cf35170790
commit af47cf8df8
+2 -1
View File
@@ -246,7 +246,8 @@ Install and configure packages.
Evil mode and related packages. Evil mode and related packages.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package undo-tree) (use-package undo-tree
:config (global-undo-tree-mode))
(use-package goto-chg) (use-package goto-chg)
(use-package evil (use-package evil