feat(editor): update undo-tree to 0.8

Override the undo-tree package within straight.el to have it grab the
package directly from the official Git repo on GitLab.
This commit is contained in:
2021-02-15 23:59:15 +00:00
parent d0a1927081
commit 03682066c7
3 changed files with 12 additions and 3 deletions

View File

@@ -24,7 +24,10 @@
:custom
(undo-tree-history-directory-alist
`((".*" . ,(expand-file-name "undo-tree-history" siren-cache-dir))))
(undo-tree-auto-save-history nil) ;; use undohist package instead
;; Use undohist package to persist history to disk, it seems more reliable
;; than undo-tree's auto-save feature which randomly fails to restore history
;; for no obvious reason.
(undo-tree-auto-save-history nil)
:config
;; Unbind keys that I don't use.