diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-04 10:08:35 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-04 10:08:35 -0400 |
commit | 4c0195367ba01f7164243ab62f8d936f6942c754 (patch) | |
tree | 4282f6e79fc188efc12d5f686b169970ee1ac3aa /.emacs | |
parent | Emacs reorg (diff) |
proxy nntp through linux.gp
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -105,7 +105,16 @@ (use-package gnus :custom - gnus-select-method '(nntp "news.club.cc.cmu.edu")) + (gnus-select-method + '(nntp "news.club.cc.cmu.edu" + (nntp-address "news.club.cc.cmu.edu") + (nntp-via-address "linux.gp.cs.cmu.edu") + (nntp-via-rlogin-command "ssh") + (nntp-via-rlogin-command-switches ("-C")) + (nntp-open-connection-function nntp-open-via-rlogin-and-netcat))) + :config + (add-to-list gnus-secondary-select-methods + '(nntp "news.gmane.org"))) (use-package haskell-mode :ensure t |