Disable undo-tree-auto-save-history; causes errors
This commit is contained in:
parent
b339f5d62e
commit
c15b4424b5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
backup-directory-alist `((".*" . ,(concat narf-temp-dir "backup/")))
|
backup-directory-alist `((".*" . ,(concat narf-temp-dir "backup/")))
|
||||||
|
|
||||||
;; Remember undo history
|
;; Remember undo history
|
||||||
undo-tree-auto-save-history t
|
undo-tree-auto-save-history nil
|
||||||
undo-tree-history-directory-alist `(("." . ,(concat narf-temp-dir "undo/"))))
|
undo-tree-history-directory-alist `(("." . ,(concat narf-temp-dir "undo/"))))
|
||||||
|
|
||||||
;; UTF-8 please
|
;; UTF-8 please
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue