diff options
| author | Amin Bandali <mab@gnu.org> | 2019-07-09 16:59:39 -0400 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2019-07-09 16:59:39 -0400 | 
| commit | 3f6f18c591daaf9a25230aeca7bcc5ef3b52cbdd (patch) | |
| tree | e57d77aebddf7cb61b547a4bac8fa20d40a83af6 | |
| parent | 9e6f859807d0e2492d67a9d00393f3f07b594b69 (diff) | |
| download | configs-3f6f18c591daaf9a25230aeca7bcc5ef3b52cbdd.tar.gz configs-3f6f18c591daaf9a25230aeca7bcc5ef3b52cbdd.tar.xz configs-3f6f18c591daaf9a25230aeca7bcc5ef3b52cbdd.zip | |
emacs: tweak site url in signatures
Diffstat (limited to '')
| -rw-r--r-- | .emacs.d/init.el | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 920b018..c05ceed 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1922,15 +1922,15 @@ For disabling the behaviour for certain buffers and/or modes."    (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/") +https://shemshak.org/~amin")    (defvar mab/uw-signature "Amin Bandali, MMath Student  Cheriton School of Computer Science  University of Waterloo -https://shemshak.org/~amin/") +https://shemshak.org/~amin")    (defvar mab/csc-signature "Amin Bandali  Termcom, Computer Science Club  University of Waterloo -https://shemshak.org/~amin/") +https://shemshak.org/~amin")    (setq gnus-posting-styles          '((".*"             (address "amin@shemshak.org") | 
