diff options
-rw-r--r-- | config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index 8d55128..0bfb43f 100644 --- a/config.org +++ b/config.org | |||
@@ -623,6 +623,15 @@ I was using company, but I think it might've been causing issues with ~awk-mode~ | |||
623 | :custom | 623 | :custom |
624 | (0x0-default-service 'ttm)) | 624 | (0x0-default-service 'ttm)) |
625 | #+END_SRC | 625 | #+END_SRC |
626 | ** Gnus | ||
627 | #+begin_src emacs-lisp | ||
628 | (cuss gnus-select-method | ||
629 | '(nnimap "imap.fastmail.com" | ||
630 | (nnimap-inbox "INBOX") | ||
631 | (nnimap-split-methods default) | ||
632 | (nnimap-expunge t) | ||
633 | (nnimap-stream ssl))) | ||
634 | #+end_src | ||
626 | * Machine-specific configurations | 635 | * Machine-specific configurations |
627 | #+begin_src emacs-lisp | 636 | #+begin_src emacs-lisp |
628 | (cond | 637 | (cond |