Add undo-tree-visualizer-timestamps setting
This commit is contained in:
parent
975f872806
commit
b0452ffd6f
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue