From e2fb05c90cc7b3d37e6d953317c9ff0def22a92a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 3 Jun 2019 22:04:21 -0400 Subject: gnus config --- .emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs b/.emacs index 6435b61..7b09165 100644 --- a/.emacs +++ b/.emacs @@ -188,6 +188,10 @@ Otherwise split the current paragraph into one sentence per line." (use-package fill-column-indicator :ensure t) +(use-package gnus + :custom + gnus-select-method '(nntp "news.club.cc.cmu.edu")) + (use-package haskell-mode :ensure t :hook ((haskell-mode . turn-on-haskell-doc-mode) -- cgit v1.2.3