diff options
author | Amin Bandali <bandali@gnu.org> | 2020-03-19 19:10:55 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-03-19 19:10:55 -0400 |
commit | 33b1a7ea3b46945a9043291bed5c54cb00f6a854 (patch) | |
tree | cff97a76fedadf0b95eb5cc1d09178a98fe442d6 | |
parent | 92ad96750352a948cc047d56c8c3c4b130afbbd3 (diff) | |
download | configs-33b1a7ea3b46945a9043291bed5c54cb00f6a854.tar.gz configs-33b1a7ea3b46945a9043291bed5c54cb00f6a854.tar.xz configs-33b1a7ea3b46945a9043291bed5c54cb00f6a854.zip |
update gnu address
-rw-r--r-- | .config/git/config | 2 | ||||
-rw-r--r-- | .config/git/mailmap | 10 | ||||
-rw-r--r-- | .emacs.d/init.el | 14 |
3 files changed, 13 insertions, 13 deletions
diff --git a/.config/git/config b/.config/git/config index a56c182..0277f3e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = mab@gnu.org + email = bandali@gnu.org signingkey = BE6273738E616D6D1B3A08E8A21A020248816103 [commit] diff --git a/.config/git/mailmap b/.config/git/mailmap index f58db53..2c03291 100644 --- a/.config/git/mailmap +++ b/.config/git/mailmap @@ -1,5 +1,5 @@ -<mab@gnu.org> <bandali@gnu.org> -<mab@gnu.org> <amin@gnu.org> -<mab@gnu.org> <aminb@gnu.org> -<mab@gnu.org> <amin@aminb.org> -<mab@gnu.org> <me@aminb.org> +<bandali@gnu.org> <mab@gnu.org> +<bandali@gnu.org> <amin@gnu.org> +<bandali@gnu.org> <aminb@gnu.org> +<bandali@gnu.org> <amin@aminb.org> +<bandali@gnu.org> <me@aminb.org> diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e6059b3..a4d3c97 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1,6 +1,6 @@ -;;; init.el --- mab's emacs configuration -*- lexical-binding: t -*- +;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*- -;; Copyright (C) 2018-2019 Amin Bandali <mab@gnu.org> +;; Copyright (C) 2018-2019 Amin Bandali <bandali@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 @@ -17,9 +17,9 @@ ;;; Commentary: -;; GNU Emacs configuration of Amin Bandali (mab), computer scientist, +;; GNU Emacs configuration of Amin Bandali, computer scientist, ;; Free Software activist, and GNU maintainer & webmaster. Packages -;; are installed through GNU Guix, for a fully reproducible setup. +;; are installed through GNU Guix for a fully reproducible setup. ;; Before switching to Guix, I used straight.el, and before that Borg. ;; Over the years, I've taken inspiration from configurations of many @@ -90,7 +90,7 @@ ;;; whoami (setq user-full-name "Amin Bandali" - user-mail-address "mab@gnu.org") + user-mail-address "bandali@gnu.org") ;;; comment macro @@ -2452,7 +2452,7 @@ https://csclub.uwaterloo.ca/~abandali") (setq gnus-message-replysign t gnus-posting-styles '((".*" - (address "mab@gnu.org")) + (address "bandali@gnu.org")) ("nnimap\\+gnu:l\\..*" (signature nil)) ("nnimap\\+gnu:.*" @@ -2564,7 +2564,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\\)\\|\\(\\(mab\\|bandali\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)") + "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)") ;; (require 'company-ebdb) :hook (;; (message-setup . mml-secure-message-sign-pgpmime) (message-mode . flyspell-mode) |