summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2020-01-21 21:18:02 -0500
committerAmin Bandali <mab@gnu.org>2020-01-21 21:42:29 -0500
commit6283c91e671e97691583f312e10f23048c70e13e (patch)
tree2d738351529ff4792faa7ce726e3426b73702426 /.emacs.d
parent5b740018e3c014ecfbfd7be839ef18ade5042226 (diff)
downloadconfigs-6283c91e671e97691583f312e10f23048c70e13e.tar.gz
configs-6283c91e671e97691583f312e10f23048c70e13e.tar.xz
configs-6283c91e671e97691583f312e10f23048c70e13e.zip
update gnu address
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 8f5c9ce..8b0df02 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,6 +1,6 @@
-;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*-
+;;; init.el --- mab's emacs configuration -*- lexical-binding: t -*-
-;; Copyright (C) 2018-2020 Amin Bandali <bandali@gnu.org>
+;; Copyright (C) 2018-2019 Amin Bandali <mab@gnu.org>
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@
;;; whoami
(setq user-full-name "Amin Bandali"
- user-mail-address "bandali@gnu.org")
+ user-mail-address "mab@gnu.org")
;;; comment macro
@@ -2129,7 +2129,7 @@ This function is intended for use with `ivy-ignore-buffers'."
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
- (nnimap-user "bandali@gnu.local")
+ (nnimap-user "mab@gnu.local")
(nnimap-inbox "INBOX")
(nnimap-split-methods 'nnimap-split-fancy)
(nnimap-split-fancy (|
@@ -2420,7 +2420,7 @@ https://csclub.uwaterloo.ca/~abandali")
(setq gnus-message-replysign t
gnus-posting-styles
'((".*"
- (address "bandali@gnu.org"))
+ (address "mab@gnu.org"))
("nnimap\\+gnu:l\\..*"
(signature nil))
((header "subject" "ThankCRM")
@@ -2529,7 +2529,7 @@ https://csclub.uwaterloo.ca/~abandali")
message-subscribed-address-functions
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
- "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
+ "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(mab\\|bandali\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
;; (require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)