diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-26 00:55:34 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-26 00:55:34 -0400 |
commit | ad37553400e059d222e4f68f4b96875eaf94d033 (patch) | |
tree | 01ef583538532371812a2c5ebf246bde9fabf5f8 /lisp | |
parent | 4730f4abeb1f973272a10addff1d5f8a2630da97 (diff) | |
download | emacs.d-ad37553400e059d222e4f68f4b96875eaf94d033.tar.gz |
gnus: Don't show startup screen
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-mail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-mail.el b/lisp/init-mail.el index 0ef158a..f79ccb1 100644 --- a/lisp/init-mail.el +++ b/lisp/init-mail.el @@ -9,7 +9,8 @@ (setq gnus-startup-file (expand-file-name "newsrc" gnus-home-directory) gnus-init-file (expand-file-name "gnus" gnus-home-directory) gnus-save-newsrc-file nil - gnus-read-newsrc-file nil) + gnus-read-newsrc-file nil + gnus-inhibit-startup-message t) (setq sendmail-program "/usr/bin/msmtp" gnus-gcc-mark-as-read t |