diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-08-23 23:44:08 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-08-25 20:13:18 -0400 |
commit | 9ef1f9b8454c6a4fe83d14bb9bbb7c11bf6ea0b6 (patch) | |
tree | 4e9659e44b5fecc8c9de57a229616193449ab393 | |
parent | b663671bf14e5b200e847fef4f9141b809b3d7dd (diff) | |
download | emacs.d-9ef1f9b8454c6a4fe83d14bb9bbb7c11bf6ea0b6.tar.gz |
Revert "Set notmuch-wash-wrap-lines-length"
This reverts commit 2fce8e5e85f754b12f5b72273541c2aeb4eb5bdd.
I'm getting annoyed with patch lines being wrapped. Now I'll be
annoyed with other emails that don't fill their text, but that's
easier to deal with because I can just adjust my window size.
-rw-r--r-- | init.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2156,7 +2156,6 @@ (setq notmuch-search-oldest-first nil) (setq notmuch-show-indent-messages-width 0) - (setq notmuch-wash-wrap-lines-length 80) (setq notmuch-wash-citation-lines-prefix 10) (setq notmuch-wash-citation-lines-suffix 10) |