projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c1fb22a
)
emacs: keep my email signature in init.el instead of ~/.signature
author
Amin Bandali
<mab@gnu.org>
Mon, 1 Jul 2019 18:09:56 +0000
(14:09 -0400)
committer
Amin Bandali
<mab@gnu.org>
Mon, 1 Jul 2019 18:09:56 +0000
(14:09 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
e029be7
..
c1e6bcc
100644
(file)
--- 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
(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
(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")
'((".*"
(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")
("nnimap\\+gnu:.*"
(address "mab@gnu.org")
(organization "GNU Project")