diff options
author | 2022-01-14 17:19:54 -0800 | |
---|---|---|
committer | 2022-01-14 17:19:54 -0800 | |
commit | 220090d2549eb88aa4b6748426e0b70cc0ee8d8f (patch) | |
tree | c516fb713dd22353d126fc8f49835af730c12634 /gnus.el | |
parent | doom: add initial configuration (diff) | |
download | doom-emacs-220090d2549eb88aa4b6748426e0b70cc0ee8d8f.tar.xz |
doom: import configuration from telegraph
Diffstat (limited to 'gnus.el')
-rw-r--r-- | gnus.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +;;; gnus.el -*- lexical-binding: t; -*- + +(load! "gnus-article-treat-patch") +(require 'gnus-article-treat-patch) +(add-to-list 'gnus-article-patch-conditions "^@@ -[0-9]+,[0-9]+ \\+[0-9]+,[0-9]+ @@") + +(setq gnus-select-method '(nnnil "") + gnus-secondary-select-methods '((nnmaildir "Maildir" (directory "/home/terin/.nnmaildir")))) |