diff options
-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) |