diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-09 08:44:38 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-09 08:44:38 -0400 |
commit | 88606ff7dc0f900042c51f37a4d76ec657e72294 (patch) | |
tree | a684e0085789baf1afb973b20cb39a19cf8e8b09 | |
parent | d679528924ece80d045ea736636194a71182e8c4 (diff) | |
download | configs-88606ff7dc0f900042c51f37a4d76ec657e72294.tar.gz configs-88606ff7dc0f900042c51f37a4d76ec657e72294.tar.xz configs-88606ff7dc0f900042c51f37a4d76ec657e72294.zip |
emacs: don’t use my custom message-cite-ctyle
to help me avoid top-posting when replying
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 4f1193d..1ea9fe1 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2527,7 +2527,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (concat "Hi %F,\n\n" a/message-cite-style-format) a/message-cite-style-format))) "Citation style based on Mozilla Thunderbird's. Use with message-cite-style.") - (setq message-cite-style 'message-cite-style-bandali + (setq ;; message-cite-style 'message-cite-style-bandali message-kill-buffer-on-exit t message-send-mail-function 'message-send-mail-with-sendmail message-sendmail-envelope-from 'header |