aboutsummaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-06-24 20:09:48 -0400
committerRyan Kavanagh <rak@rak.ac>2021-06-24 20:09:48 -0400
commitba49f1d3f3d16e448dd8d3c8b8b2e38c7db83cb6 (patch)
tree1f0019ca1381c46c2a7e2b37c05273a05fd58776 /.emacs
parentupdate sdf in tmux (diff)
update nntp host for gnus
Diffstat (limited to '.emacs')
-rw-r--r--.emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index b8a6075..2616866 100644
--- a/.emacs
+++ b/.emacs
@@ -291,7 +291,7 @@ Extended Format date in the date field and return it as a string obeing
(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-address "unix.club.cc.cmu.edu")
(nntp-via-rlogin-command "ssh")
(nntp-via-rlogin-command-switches ("-C"))
(nntp-open-connection-function nntp-open-via-rlogin-and-netcat)))