summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-28 17:11:26 +0200
committerAlan Pearce2017-09-28 17:11:26 +0200
commite09fa05516ffc081cffb1ec55c4ef84a217ffab3 (patch)
treef3909eb2653220b6f7d36b0a954de55367c7a42f /emacs
parent05a4cadd32fa2ba4ac9e92c4c97f00bea12584db (diff)
downloaddotfiles-e09fa05516ffc081cffb1ec55c4ef84a217ffab3.tar.lz
dotfiles-e09fa05516ffc081cffb1ec55c4ef84a217ffab3.tar.zst
dotfiles-e09fa05516ffc081cffb1ec55c4ef84a217ffab3.zip
Emacs: Improve mu4e message composition
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 2579dcf..b9bd6ee 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -1235,6 +1235,8 @@ With two prefix arguments, write out the day and month name."
 
                     mu4e-change-filenames-when-moving t
 
+                    message-kill-buffer-on-exit t
+                    mu4e-compose-format-flowed t
                     message-send-mail-function #'message-send-mail-with-sendmail
                     sendmail-program "msmtp"