diff options
author | 2019-08-31 13:00:50 -0400 | |
---|---|---|
committer | 2019-08-31 13:12:21 -0400 | |
commit | a5cf4300ad78adf0d1870cd4b01a83ee81b5151f (patch) | |
tree | 57ee58c855df28e4008b329f120588e4983a60a9 /.emacs.d/init.el | |
parent | a477336138a2f447dde3075126b9c9f1a0e7abae (diff) | |
download | configs-a5cf4300ad78adf0d1870cd4b01a83ee81b5151f.tar.gz configs-a5cf4300ad78adf0d1870cd4b01a83ee81b5151f.tar.xz configs-a5cf4300ad78adf0d1870cd4b01a83ee81b5151f.zip |
emacs: add gnus-article-treat-patch (leave it disabled)
TODO: figure out why it adds a whole bunch of blank lines to the top
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 31fd3e5..d889520 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2186,6 +2186,14 @@ https://csclub.uwaterloo.ca/~abandali") (gnus-harvest-install 'message-x) (gnus-harvest-install)))) +(use-feature gnus-article-treat-patch + :disabled + :demand + :load-path "lisp/" + :config + (setq ft/gnus-article-patch-conditions + '("^@@ -[0-9]+,[0-9]+ \\+[0-9]+,[0-9]+ @@"))) + ;;; IRC (with ERC and ZNC) |