diff options
| author | Amin Bandali <bandali@gnu.org> | 2018-12-11 17:14:50 -0500 | 
|---|---|---|
| committer | Amin Bandali <bandali@gnu.org> | 2018-12-11 17:14:50 -0500 | 
| commit | 2c0f788483a6cda4e817a7217c7474c34c585f4f (patch) | |
| tree | d230b4c0fdd2cbcddbc816c603109062804f79a5 | |
| parent | 12f3e4b8d79650fed11279051e0ec951fc500c02 (diff) | |
| download | configs-2c0f788483a6cda4e817a7217c7474c34c585f4f.tar.gz configs-2c0f788483a6cda4e817a7217c7474c34c585f4f.tar.xz configs-2c0f788483a6cda4e817a7217c7474c34c585f4f.zip  | |
[emacs] update email
Diffstat (limited to '')
| -rw-r--r-- | init.org | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -191,7 +191,7 @@ but for now I've decided to keep them enabled. See documentation for  #+begin_src emacs-lisp  (setq user-full-name "Amin Bandali" -      user-mail-address "amin@bandali.me") +      user-mail-address "amin@aminb.org")  #+end_src  ** Package management @@ -2248,7 +2248,7 @@ For when I /have to/ use GH.    :config    (setq gnus-posting-styles          '((".*" -           (address "amin@bandali.me") +           (address "amin@aminb.org")             (body "\nBest,\namin\n")             (signature-file "~/.signature-amin")             (eval (setq amin--message-cite-say-hi t))) @@ -2315,7 +2315,7 @@ For when I /have to/ use GH.          message-send-mail-function 'message-send-mail-with-sendmail          message-sendmail-envelope-from 'header          message-dont-reply-to-names -        "\\(\\(amin@bandali\\.me\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)" +        "\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"          message-user-fqdn "aminb.org")    :hook (;; (message-setup . mml-secure-message-sign-pgpmime)           (message-mode . flyspell-mode)  | 
