emacs: keep my email signature in init.el instead of ~/.signature
authorAmin Bandali <mab@gnu.org>
Mon, 1 Jul 2019 18:09:56 +0000 (14:09 -0400)
committerAmin Bandali <mab@gnu.org>
Mon, 1 Jul 2019 18:09:56 +0000 (14:09 -0400)
.emacs.d/init.el

index e029be7..c1e6bcc 100644 (file)
@@ -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")