summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-10-25 23:35:17 -0500
committerCase Duckworth2020-10-25 23:35:17 -0500
commit922a61e5e7992b84567445191a7f2f3b4f950518 (patch)
tree598a7ccd597de19d80d531d9a4eda8b0e6721671 /config.org
parentSwitch back to selectrum and prescient (diff)
downloademacs-922a61e5e7992b84567445191a7f2f3b4f950518.tar.gz
emacs-922a61e5e7992b84567445191a7f2f3b4f950518.zip
Begin configuring gnus
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index 8839462..6a20cfa 100644 --- a/config.org +++ b/config.org
@@ -561,3 +561,12 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
561 :custom 561 :custom
562 (0x0-default-service 'ttm)) 562 (0x0-default-service 'ttm))
563#+END_SRC 563#+END_SRC
564** Gnus
565#+begin_src emacs-lisp
566 (cuss gnus-select-method
567 '(nnimap "imap.fastmail.com"
568 (nnimap-inbox "INBOX")
569 (nnimap-split-methods default)
570 (nnimap-expunge t)
571 (nnimap-stream ssl)))
572#+end_src