summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-02-22 13:37:37 -0500
committerAmin Bandali <bandali@gnu.org>2019-02-22 13:37:37 -0500
commitb507a0ef4580b5f255f771f6a9bd4931b5dce594 (patch)
treef75b51de2cb679e48348862a880645164798193d /init.org
parent7e304b81e26461ef47cbbaa0bd95d99c60c5007a (diff)
downloadconfigs-b507a0ef4580b5f255f771f6a9bd4931b5dce594.tar.gz
configs-b507a0ef4580b5f255f771f6a9bd4931b5dce594.tar.xz
configs-b507a0ef4580b5f255f771f6a9bd4931b5dce594.zip
[emacs,rc] update personal email address
Diffstat (limited to 'init.org')
-rw-r--r--init.org11
1 files changed, 5 insertions, 6 deletions
diff --git a/init.org b/init.org
index ce31d58..503e0fd 100644
--- a/init.org
+++ b/init.org
@@ -1,4 +1,4 @@
-#+title: =aminb='s Literate Emacs Configuration
+#+title: Literate Emacs Configuration of Amin Bandali
#+author: Amin Bandali
#+babel: :cache yes
#+property: header-args :tangle yes
@@ -214,7 +214,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@aminb.org")
+ user-mail-address "amin@bndl.org")
#+end_src
** Package management
@@ -2289,7 +2289,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
- (nnimap-user "amin@aminb.org"))
+ (nnimap-user "amin@bndl.org"))
(nnimap "uwaterloo"
(nnimap-stream plain)
(nnimap-address "127.0.0.1")
@@ -2368,7 +2368,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
:config
(setq gnus-posting-styles
'((".*"
- (address "amin@aminb.org")
+ (address "amin@bndl.org")
(body "\nBest,\namin\n")
(eval (setq a/message-cite-say-hi t)))
("gnu.*"
@@ -2435,8 +2435,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-envelope-from 'header
message-dont-reply-to-names
- "\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)"
- message-user-fqdn "aminb.org")
+ "\\(\\(amin@bndl\\.org\\)\\|\\(.*@\\(aminb\\|amin\\.bndl\\)\\.org\\)\\|\\(\\(bandali\\|aminb?\\|mab\\)@gnu\\.org\\)\\|\\(a\\(min\\.\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)")
(require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)