diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-06-03 22:04:21 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-06-03 22:05:10 -0400 |
commit | e2fb05c90cc7b3d37e6d953317c9ff0def22a92a (patch) | |
tree | 6b3802b7de96e59b4c33e94a611f8479781f026b /.emacs | |
parent | Fix dependency between outline & outline-magic (diff) |
gnus config
Diffstat (limited to '')
-rw-r--r-- | .emacs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |