about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-01T15·28+0100
committerVincent Ambo <tazjin@google.com>2020-01-01T15·28+0100
commit41232a1c78755993895a1ba3cc20f2e84839ff68 (patch)
tree6667688e46d26fc727f2a6614da96afd48c63338 /tools
parent39131d9e0ff45bb84d17343578662b8606c80dc7 (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')
-rw-r--r--tools/emacs/config/mail-setup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/mail-setup.el b/tools/emacs/config/mail-setup.el
index 2e3e62b5f6..1167bcadd3 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)