diff options
| author | Charles Roelli <charles@aurox.ch> | 2026-01-26 15:11:56 +0100 |
|---|---|---|
| committer | Charles Roelli <charles@aurox.ch> | 2026-01-26 15:11:56 +0100 |
| commit | 4e5b27253c116b1ab553ecbe5f0c6f4f6136e5a6 (patch) | |
| tree | 34e2ac4a1ceb2a81cc250360a4130763c1650c0d /.emacs | |
| parent | dc26e83c0edd677e6af644f04f1afa1436aaabe6 (diff) | |
Set up home-msmtp-service-type
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ "charlesroelli/irc.libera.chat@laptop" :full-name "Charles Roelli" :encryption tls))) '(savehist-mode t) + '(send-mail-function 'sendmail-send-it) + '(sendmail-program "msmtp") '(user-full-name "Charles Roelli") '(user-mail-address "charles@aurox.ch")) (custom-set-faces |
