diff options
author | Case Duckworth | 2020-10-25 23:35:17 -0500 |
---|---|---|
committer | Case Duckworth | 2020-10-25 23:35:17 -0500 |
commit | 922a61e5e7992b84567445191a7f2f3b4f950518 (patch) | |
tree | 598a7ccd597de19d80d531d9a4eda8b0e6721671 | |
parent | Switch back to selectrum and prescient (diff) | |
download | emacs-922a61e5e7992b84567445191a7f2f3b4f950518.tar.gz emacs-922a61e5e7992b84567445191a7f2f3b4f950518.zip |
Begin configuring gnus
-rw-r--r-- | config.org | 9 |
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 | ||