diff options
author | Amin Bandali <bandali@kelar.org> | 2022-08-03 23:26:43 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-08-03 23:26:43 -0400 |
commit | 1bc922707450afdf5036df3cb6c100fc16c60047 (patch) | |
tree | 2f8b333c3570676885ca277973ae3d9286a3c833 | |
parent | 1cda0f68ac3f33e3f092d33eb6c6ec0b10b86a02 (diff) | |
download | configs-1bc922707450afdf5036df3cb6c100fc16c60047.tar.gz configs-1bc922707450afdf5036df3cb6c100fc16c60047.tar.xz configs-1bc922707450afdf5036df3cb6c100fc16c60047.zip |
* .emacs.d/lisp/bandali-message.el: Set `message-fill-column'
...to 70, and `message-forward-as-mime' to t.
-rw-r--r-- | .emacs.d/lisp/bandali-message.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-message.el b/.emacs.d/lisp/bandali-message.el index 6a3d2b9..3f064b6 100644 --- a/.emacs.d/lisp/bandali-message.el +++ b/.emacs.d/lisp/bandali-message.el @@ -55,6 +55,8 @@ message-citation-line-format "%N writes:\n" message-citation-line-function 'message-insert-formatted-citation-line message-confirm-send t + message-fill-column 70 + message-forward-as-mime t message-kill-buffer-on-exit t message-send-mail-function #'smtpmail-send-it message-subscribed-address-functions |