Minor general refactor
This commit is contained in:
parent
e44f5d0457
commit
8f00b3d07a
3 changed files with 8 additions and 5 deletions
|
@ -208,6 +208,7 @@ fundamental-mode) for performance sake."
|
|||
(setq undo-tree-auto-save-history t
|
||||
undo-tree-history-directory-alist
|
||||
(list (cons "." (concat doom-cache-dir "undo-tree-hist/"))))
|
||||
|
||||
(defun doom*silence-undo-tree-load (orig-fn &rest args)
|
||||
"Silence undo-tree load errors."
|
||||
(quiet! (apply orig-fn args)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue