chiark / gitweb /
dot/emacs: Add molly-guard against quitting long-term Emacsen.
[profile] / dot / emacs
index 4bf9ae9f40d91f6254732cee93803bfdb794a559..0b5784b945bab065beaf65f2c0ad6d3910158e4e 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       mail-signature t
       mail-yank-prefix "> "
       mail-archive-file-name nil
-      message-default-mail-headers ""
+      message-default-mail-headers "X-Auto-Response-Suppress: DR, RN, NRN, OOF\n"
       message-default-news-headers ""
       compose-mail-user-agent-warnings nil)
 
 (setq default-indicate-empty-lines t)
 (setq view-read-only t)
 (setq-default view-exit-action #'kill-buffer)
+(and window-system (not mdw-fast-startup)
+     (setq confirm-kill-emacs #'yes-or-no-p))
 (setq whitespace-style '(trailing empty indentation face lines-tail
                         space-before-tab space-after-tab)
       whitespace-line-column mdw-text-width)