Update the source repo for undo-tree

This commit is contained in:
Ohad Livne 2025-06-04 22:46:51 +03:00
parent 30dad52670
commit 2f8060d335
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -64,6 +64,7 @@
(dired-subtree-use-backgrounds nil))
(use-package undo-tree
:ensure (:repo "https://gitlab.com/tsc25/undo-tree")
:init (global-undo-tree-mode)
:custom
(undo-tree-history-directory-alist '(("." . "~/.config/emacs/undo-tree"))))