Remove the undo-tree cache

It breaks undo...
This commit is contained in:
syl20bnr 2014-11-26 22:09:29 -05:00
parent 1503435dd5
commit 92c7ace045

View file

@ -2066,7 +2066,6 @@ determine the state to enable when escaping from the insert state.")
:idle (global-undo-tree-mode)
:defer t
:init
(setq undo-tree-auto-save-history t) ; save undo history between sessions
(setq undo-tree-history-directory-alist
`(("." . ,(concat spacemacs-cache-directory "undo"))))
(setq undo-tree-visualizer-timestamps t)