diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-17 23:49:28 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-11-17 23:49:28 -0500 |
commit | dc44c1d27042416cef63735dc26564c1964c24d6 (patch) | |
tree | 792e936c359a6d3de2dfa835a09067f1030c325b | |
parent | 42f8c69fe8a52a23670d5b90f62120347f9ca4c0 (diff) | |
download | emacs.d-dc44c1d27042416cef63735dc26564c1964c24d6.tar.gz |
notmuch: Don't indent messages
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2132,6 +2132,8 @@ (setq notmuch-archive-tags '("-unread")) (setq notmuch-search-oldest-first nil) + (setq notmuch-show-indent-messages-width 0) + (setq notmuch-wash-citation-lines-prefix 10) (setq notmuch-wash-citation-lines-suffix 10) |