aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2022-10-29 11:52:10 -0400
committerRyan Kavanagh <rak@rak.ac>2022-10-29 11:52:10 -0400
commita906df36dfb23bf06a440345b333361d50ac2a82 (patch)
tree22e94973cf1a18c6a9ed628215c69852b26e874a
parentgnus cloud method (diff)
move message-citation-line-function to right spot it .emacs
-rw-r--r--dot_emacs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_emacs b/dot_emacs
index 933c3ac..e5c5a2c 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -345,7 +345,6 @@ Extended Format date in the date field and return it as a string obeing
(posting-style
(address . "rkavanagh@cs.mcgill.ca")
(gcc "nnimap+mail.cs.mcgill.ca:INBOX.Sent")))))
- (message-citation-line-function 'message-insert-formatted-citation-line)
(gnus-cloud-method "imap.rak.ac")
(gnus-cloud-storage-method 'base64)
(gnus-update-message-archive-method t)
@@ -527,6 +526,7 @@ Otherwise split the current paragraph into one sentence per line."
((message-mode . (lambda () (remove-hook 'before-save-hook 'whitespace-cleanup t)))
(before-save . whitespace-cleanup-mail))
:custom
+ (message-citation-line-function 'message-insert-formatted-citation-line)
(message-send-mail-function 'message-send-mail-with-sendmail))
(use-package mingus