Skip to content
Snippets Groups Projects
Commit a18370ef authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Remove undo-tree

parent ec516656
No related branches found
No related tags found
No related merge requests found
......@@ -249,10 +249,12 @@ Define a shortcut to re-indent all buffer. This saves the current point, marks w
Manage undo as a tree so that we can undo/redo more. Bound by default on =C-x u=
**Deactivated yet**
#+begin_src emacs-lisp
(use-package undo-tree
:config
(global-undo-tree-mode))
;;(use-package undo-tree
;; :config
;; (global-undo-tree-mode))
#+end_src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment