More emacs changes
This commit is contained in:
parent
13b1abfad0
commit
3b754a70fe
2 changed files with 2 additions and 1 deletions
|
@ -32,6 +32,7 @@ in
|
|||
services.emacs = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
socketActivation.enable = true;
|
||||
package = emacsPkg;
|
||||
};
|
||||
home = {
|
||||
|
|
|
@ -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))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue