diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-08 14:18:21 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-09 01:06:10 -0500 |
commit | d772e4826abfe17cb751755151885326118f7b0e (patch) | |
tree | c418e6b2e2a638da775e2a4a34b67b3a8e3b0329 | |
parent | b9c822d00c1257ed3a081b7d2ec3e7ac2f084621 (diff) | |
download | emacs.d-d772e4826abfe17cb751755151885326118f7b0e.tar.gz |
Stop gnus agent from asking to go online
-rw-r--r-- | lisp/init-gnus.el | 2 |
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) |