diff options
-rw-r--r-- | .emacs.d/init.el | 7 |
1 files changed, 6 insertions, 1 deletions
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") |