summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2019-07-01 14:09:56 -0400
committerAmin Bandali <mab@gnu.org>2019-07-01 14:09:56 -0400
commitce72f966bd3d133fa69491cb7286e4f0f12c2ae1 (patch)
treea7a3af4aa74bb1c296e9f9dce4559e505c2855d9
parentc1fb22abb913c58b7410207c6d2e20a5d1bb5292 (diff)
downloadconfigs-ce72f966bd3d133fa69491cb7286e4f0f12c2ae1.tar.gz
configs-ce72f966bd3d133fa69491cb7286e4f0f12c2ae1.tar.xz
configs-ce72f966bd3d133fa69491cb7286e4f0f12c2ae1.zip
emacs: keep my email signature in init.el instead of ~/.signature
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el7
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")