Update the source repo for undo-tree
This commit is contained in:
parent
30dad52670
commit
2f8060d335
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
||||||
(dired-subtree-use-backgrounds nil))
|
(dired-subtree-use-backgrounds nil))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
|
:ensure (:repo "https://gitlab.com/tsc25/undo-tree")
|
||||||
:init (global-undo-tree-mode)
|
:init (global-undo-tree-mode)
|
||||||
:custom
|
:custom
|
||||||
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))
|
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue