More emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-03-23 14:01:36 +01:00
parent 13b1abfad0
commit 3b754a70fe
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 1 deletions

View file

@ -32,6 +32,7 @@ in
services.emacs = {
enable = true;
client.enable = true;
socketActivation.enable = true;
package = emacsPkg;
};
home = {

View file

@ -332,7 +332,7 @@
(defun mail/auto-dodona-cc-reply-to ()
"Set dodona@ugent.be in CC and Reply-To headers when message was directed to dodona@ugent.be"
(let ((msg mu4e-compose-parent-message))
(when (and msg (mu4e-message-contact-field-matches msg :to "dodona@ugent.be")) (dodona-cc-reply-to))
(when (and msg (mu4e-message-contact-field-matches msg :to "dodona@ugent.be")) (mail/dodona-cc-reply-to))
)
)
)