diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-01T15·28+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-01T15·28+0100 |
commit | 41232a1c78755993895a1ba3cc20f2e84839ff68 (patch) | |
tree | 6667688e46d26fc727f2a6614da96afd48c63338 /tools/emacs/config | |
parent | 39131d9e0ff45bb84d17343578662b8606c80dc7 (diff) |
feat(emacs.d): Toggle email signature manually with C-c C-w r/322
The signature itself is read from ~/.signature
Diffstat (limited to 'tools/emacs/config')
-rw-r--r-- | tools/emacs/config/mail-setup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el index 2e3e62b5f621..1167bcadd372 100644 --- a/tools/emacs/config/mail-setup.el +++ b/tools/emacs/config/mail-setup.el @@ -32,6 +32,7 @@ (setq mail-host-address (system-name)) (setq notmuch-mua-cite-function #'message-cite-original-without-signature) (setq notmuch-fcc-dirs nil) ;; Gmail does this server-side +(setq message-signature nil) ;; Insert message signature manually with C-c C-w ;; Close mail buffers after sending mail (setq message-kill-buffer-on-exit t) |