summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-07-19 11:37:40 -0400
committerAmin Bandali <bandali@gnu.org>2019-07-19 11:37:40 -0400
commit4ed3a945254d0ad4dc646d6a1816bd92236ccc66 (patch)
tree62e1827c9858bc4f1f3c93e760c4c17384b62bdd /.emacs.d/init.el
parenta88f7eced3808045ad32130a9a53c32fe56a14e1 (diff)
downloadconfigs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.gz
configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.xz
configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.zip
hold off on using mab as primary for now
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el26
1 files changed, 13 insertions, 13 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 371a9a3..6b10ce0 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,6 +1,6 @@
;;; init.el --- Amin Bandali's Emacs config -*- 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
@@ -74,7 +74,7 @@
;;; whoami
(setq user-full-name "Amin Bandali"
- user-mail-address "mab@shemshak.org")
+ user-mail-address "amin@shemshak.org")
;;; comment macro
@@ -1680,7 +1680,7 @@ For disabling the behaviour for certain buffers and/or modes."
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
- (nnimap-user "mab@shemshak.local"))
+ (nnimap-user "amin@shemshak.local"))
(nnimap "gnu"
(nnimap-stream plain)
(nnimap-address "127.0.0.1")
@@ -1926,23 +1926,23 @@ 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/~mab")
+https://shemshak.org/~amin")
(defvar mab/uw-signature "Amin Bandali, MMath Student
Cheriton School of Computer Science
University of Waterloo
-https://shemshak.org/~mab")
+https://shemshak.org/~amin")
(defvar mab/csc-signature "Amin Bandali
Termcom, Computer Science Club
University of Waterloo
-https://shemshak.org/~mab")
+https://shemshak.org/~amin")
(setq gnus-posting-styles
'((".*"
- (address "mab@shemshak.org")
+ (address "amin@shemshak.org")
(body "\nBest,\n")
(signature mab/signature)
(eval (setq mab/message-cite-say-hi t)))
("nnimap\\+gnu:.*"
- (address "mab@gnu.org")
+ (address "bandali@gnu.org")
(organization "GNU Project")
(eval (set (make-local-variable 'message-user-fqdn) "fencepost.gnu.org")))
((header "subject" "ThankCRM")
@@ -2030,7 +2030,7 @@ https://shemshak.org/~mab")
message-subscribed-address-functions
'(gnus-find-subscribed-addresses)
message-dont-reply-to-names
- "\\(\\(\\(mab\\|amin\\)@shemshak\\.org\\)\\|\\(amin@bndl\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(mab\\|bandali\\|aminb?\\)@gnu\\.org\\)\\|\\(a\\(min\\.\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)")
+ "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(amin@bndl\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@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)
@@ -2198,7 +2198,7 @@ https://shemshak.org/~mab")
:after erc)
(use-package znc
- :straight (:host nil :repo "https://git.shemshak.org/mab/znc.el")
+ :straight (:host nil :repo "https://git.shemshak.org/amin/znc.el")
:bind (("C-c a e e" . znc-erc)
("C-c a e a" . znc-all))
:config
@@ -2208,11 +2208,11 @@ https://shemshak.org/~mab")
(t (funcall (plist-get (car auth) :secret)))))))
(setq znc-servers
`(("znc.shemshak.org" 1337 t
- ((freenode "mab/freenode" ,pwd)))
+ ((freenode "amin/freenode" ,pwd)))
("znc.shemshak.org" 1337 t
- ((moznet "mab/moznet" ,pwd)))
+ ((moznet "amin/moznet" ,pwd)))
("znc.shemshak.org" 1337 t
- ((oftc "mab/oftc" ,pwd)))))))
+ ((oftc "amin/oftc" ,pwd)))))))
;;; Post initialization