diff options
-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 | ||