diff options
author | Case Duckworth | 2022-04-13 10:15:44 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-13 10:15:44 -0500 |
commit | e3e399ac521fd93912f8fea53c1d14af986c8174 (patch) | |
tree | 276c18abd0165b7ce2d545c822cf1a2f0711a930 | |
parent | Require +chicken (diff) | |
download | emacs-e3e399ac521fd93912f8fea53c1d14af986c8174.tar.gz emacs-e3e399ac521fd93912f8fea53c1d14af986c8174.zip |
Don't indent notuch content
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 6f8004b..f0dc36a 100644 --- a/init.el +++ b/init.el | |||
@@ -491,6 +491,9 @@ | |||
491 | notmuch-address-use-company (featurep 'company) | 491 | notmuch-address-use-company (featurep 'company) |
492 | notmuch-search-oldest-first nil | 492 | notmuch-search-oldest-first nil |
493 | notmuch-archive-tags '("-inbox" "-unread")) | 493 | notmuch-archive-tags '("-inbox" "-unread")) |
494 | ;; Reading mail | ||
495 | (:option notmuch-show-indent-content nil) | ||
496 | (add-hook 'notmuch-show-mode-hook #'visual-fill-column-mode) | ||
494 | ;; Composing mail | 497 | ;; Composing mail |
495 | (:option message-kill-buffer-on-exit t | 498 | (:option message-kill-buffer-on-exit t |
496 | message-auto-save-directory "~/var/mail/drafts") | 499 | message-auto-save-directory "~/var/mail/drafts") |