summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-08 14:18:21 -0500
committerKyle Meyer <kyle@kyleam.com>2014-03-09 01:06:10 -0500
commitd772e4826abfe17cb751755151885326118f7b0e (patch)
treec418e6b2e2a638da775e2a4a34b67b3a8e3b0329 /lisp
parentb9c822d00c1257ed3a081b7d2ec3e7ac2f084621 (diff)
downloademacs.d-d772e4826abfe17cb751755151885326118f7b0e.tar.gz
Stop gnus agent from asking to go online
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-gnus.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el
index 1c7f91d..b5a36c8 100644
--- a/lisp/init-gnus.el
+++ b/lisp/init-gnus.el
@@ -236,6 +236,8 @@ on a new line and the resulting paragraph is filled."
(bury-buffer)
(bury-buffer buf))))))
+(setq gnus-agent-go-online t)
+
(global-set-key (kbd "C-x m") 'km/gnus)
(provide 'init-gnus)