summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-10-27 00:15:13 -0500
committerCase Duckworth2020-10-27 00:15:13 -0500
commit2d91b23a7b0b703bddccf3e93df7487a531ccb87 (patch)
tree30ed93ea6b250cb11937045d3f3f6225eb28a59e /config.org
parentMerge branch 'master' of https://git.sr.ht/~acdw/.emacs.d (diff)
downloademacs-2d91b23a7b0b703bddccf3e93df7487a531ccb87.tar.gz
emacs-2d91b23a7b0b703bddccf3e93df7487a531ccb87.zip
Add news.gwene.org
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 0bfb43f..3171abb 100644 --- a/config.org +++ b/config.org
@@ -631,6 +631,9 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
631 (nnimap-split-methods default) 631 (nnimap-split-methods default)
632 (nnimap-expunge t) 632 (nnimap-expunge t)
633 (nnimap-stream ssl))) 633 (nnimap-stream ssl)))
634
635 (cuss gnus-secondary-select-methods
636 '((nntp "news.gwene.org")))
634#+end_src 637#+end_src
635* Machine-specific configurations 638* Machine-specific configurations
636#+begin_src emacs-lisp 639#+begin_src emacs-lisp