Add undo-tree-visualizer-timestamps setting

This commit is contained in:
Jason TIAN 2024-07-20 00:22:41 +08:00
parent 975f872806
commit b0452ffd6f

View file

@ -673,6 +673,7 @@
:config
(global-undo-tree-mode)
(setq undo-tree-auto-save-history t)
(setq undo-tree-visualizer-timestamps t)
(let ((undo-dir (expand-file-name "undo" user-emacs-directory)))
(unless (file-exists-p undo-dir)
(make-directory undo-dir t))