summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-02-15 17:12:18 +0100
committerfpi2020-02-23 18:07:14 +0100
commitc801d516ee4c2a56ba936231ec424c741c696938 (patch)
treeb53fe2aaf7931f2a83af8c1269669120bdc12132
parentUpdate pdf-view-midnight-colors after theme change (diff)
Disable useless questions to restore deleted buffers
-rw-r--r--emacs-init.org2
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)