diff options
author | fpi | 2020-02-15 17:12:18 +0100 |
---|---|---|
committer | fpi | 2020-02-23 18:07:14 +0100 |
commit | c801d516ee4c2a56ba936231ec424c741c696938 (patch) | |
tree | b53fe2aaf7931f2a83af8c1269669120bdc12132 | |
parent | Update pdf-view-midnight-colors after theme change (diff) |
Disable useless questions to restore deleted buffers
-rw-r--r-- | emacs-init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index df14609..fcee4f8 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -835,7 +835,7 @@ This saves the state emacs was in. (setq desktop-dirname user-emacs-directory) (setq desktop-base-file-name "desktop") (setq desktop-globals-to-clear nil) - (setq desktop-missing-file-warning t) + (setq desktop-missing-file-warning nil) (setq desktop-restore-eager 5) (setq desktop-restore-frames nil) (setq desktop-save 'ask-if-new) |