Correct comments on auto-save #4096
This commit is contained in:
parent
664937a3f3
commit
8892be8372
1 changed files with 3 additions and 2 deletions
|
@ -96,8 +96,9 @@ possible."
|
|||
;; But turn on auto-save, so we have a fallback in case of crashes or lost data.
|
||||
;; Use `recover-file' or `recover-session' to recover them.
|
||||
(setq auto-save-default t
|
||||
;; Don't auto-disable auto-save after deleting big chunks. Kind of
|
||||
;; defaults the purpose of a fallback in case of crashes.
|
||||
;; Don't auto-disable auto-save after deleting big chunks. This defeats
|
||||
;; the purpose of a failsafe. This adds the risk of losing the data we
|
||||
;; just deleted, but I believe that's VCS's jurisdiction, not ours.
|
||||
auto-save-include-big-deletions t
|
||||
;; ...but have directories set up in case we use it.
|
||||
auto-save-list-file-prefix (concat doom-cache-dir "autosave/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue