Globally enable undo-tree
This commit is contained in:
parent
0f7935da32
commit
3130097949
@ -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 ViM’s ~ci~ functionality
|
||||
|
Loading…
Reference in New Issue
Block a user