diff options
author | Kyle Meyer <kyle@kyleam.com> | 2018-06-09 13:14:49 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2018-06-10 22:49:07 -0400 |
commit | 2fce8e5e85f754b12f5b72273541c2aeb4eb5bdd (patch) | |
tree | 7a6ac89db34f37d5abe0f2019bdeeb58d4a83cda | |
parent | 26e59a282c4b8180eb85e63263278d24176ddf2a (diff) | |
download | emacs.d-2fce8e5e85f754b12f5b72273541c2aeb4eb5bdd.tar.gz |
Set notmuch-wash-wrap-lines-length
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2160,6 +2160,7 @@ (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) |