From: Amin Bandali Date: Mon, 1 Jul 2019 18:09:56 +0000 (-0400) Subject: emacs: keep my email signature in init.el instead of ~/.signature X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/ce72f966bd3d133fa69491cb7286e4f0f12c2ae1 emacs: keep my email signature in init.el instead of ~/.signature --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e029be7..c1e6bcc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1897,6 +1897,10 @@ For disabling the behaviour for certain buffers and/or modes." (use-feature gnus-msg :config + (defvar mab/signature "Amin Bandali +Free Software Activist | GNU Webmaster & Volunteer +GPG: BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103 +https://shemshak.org/~amin") (defvar mab/uw-signature "Amin Bandali, MMath Student Cheriton School of Computer Science University of Waterloo @@ -1909,7 +1913,8 @@ https://shemshak.org/~amin") '((".*" (address "amin@shemshak.org") (body "\nBest,\n") - (eval (setq a/message-cite-say-hi t))) + (signature mab/signature) + (eval (setq mab/message-cite-say-hi t))) ("nnimap\\+gnu:.*" (address "mab@gnu.org") (organization "GNU Project")