X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/d4cc54976038e46df810812d3b47fc2bffbd179d..9daac2399f744608b95f1c0a99b02f30f32a7be5:/.emacs.d/init.el?ds=inline 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 +;; Copyright (C) 2018-2019 Amin Bandali ;; 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