1
0
Fork 0

Emacs -gnus gnus{=>-unplugged}

org
Mike Gerwitz 2015-12-16 22:41:50 -05:00
parent 4d2f1af5aa
commit f762c39f3a
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ done.
(add-to-list
'command-switch-alist
'("gnus" . (lambda (&rest ignore)
(add-hook 'emacs-startup-hook 'gnus t)
(add-hook 'emacs-startup-hook 'gnus-unplugged t)
(add-hook 'gnus-after-exiting-gnus-hook
'save-buffers-kill-emacs))))
#+END_SRC