Enable undo-tree mode at startup (no lazy-loading)

Attempt to fix #298
This commit is contained in:
syl20bnr 2014-12-18 19:47:48 -05:00
parent 885d092e72
commit cb427b66b4

View file

@ -1879,8 +1879,8 @@ determine the state to enable when escaping from the insert state.")
(defun spacemacs/init-undo-tree ()
(use-package undo-tree
:defer t
:init
(global-undo-tree-mode)
;; (setq undo-tree-auto-save-history t
;; undo-tree-history-directory-alist
;; `(("." . ,(concat spacemacs-cache-directory "undo"))))