X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/af3aec9cd998057455486fa92bab841ea4876d4d..d4cc54976038e46df810812d3b47fc2bffbd179d:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 66980c5..371a9a3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,7 +18,7 @@ ;;; Commentary: ;; Emacs configuration of Amin Bandali, computer scientist, functional -;; programmer, and free software advocate. Uses straight.el for +;; programmer, and free software activist. Uses straight.el for ;; purely functional and fully reproducible package management. ;; Over the years, I've taken inspiration from configurations of many @@ -74,7 +74,7 @@ ;;; whoami (setq user-full-name "Amin Bandali" - user-mail-address "amin@shemshak.org") + user-mail-address "mab@shemshak.org") ;;; comment macro @@ -1675,12 +1675,12 @@ For disabling the behaviour for certain buffers and/or modes." (setq gnus-select-method '(nnnil "") gnus-secondary-select-methods - '((nnimap "amin" + '((nnimap "shemshak" (nnimap-stream plain) (nnimap-address "127.0.0.1") (nnimap-server-port 143) (nnimap-authenticator plain) - (nnimap-user "amin@shemshak.local")) + (nnimap-user "mab@shemshak.local")) (nnimap "gnu" (nnimap-stream plain) (nnimap-address "127.0.0.1") @@ -1750,7 +1750,7 @@ For disabling the behaviour for certain buffers and/or modes." (nnimap-server-port 143) (nnimap-authenticator plain) (nnimap-user "abandali@csc.uw.local"))) - gnus-message-archive-group "nnimap+amin:Sent" + gnus-message-archive-group "nnimap+shemshak:Sent" gnus-parameters '(("l\\.deepspec" (to-address . "deepspec@lists.cs.princeton.edu") @@ -1926,18 +1926,18 @@ 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/~amin") +https://shemshak.org/~mab") (defvar mab/uw-signature "Amin Bandali, MMath Student Cheriton School of Computer Science University of Waterloo -https://shemshak.org/~amin") +https://shemshak.org/~mab") (defvar mab/csc-signature "Amin Bandali Termcom, Computer Science Club University of Waterloo -https://shemshak.org/~amin") +https://shemshak.org/~mab") (setq gnus-posting-styles '((".*" - (address "amin@shemshak.org") + (address "mab@shemshak.org") (body "\nBest,\n") (signature mab/signature) (eval (setq mab/message-cite-say-hi t))) @@ -2030,7 +2030,7 @@ https://shemshak.org/~amin") message-subscribed-address-functions '(gnus-find-subscribed-addresses) message-dont-reply-to-names - "\\(\\(amin@\\(shemshak\\|bndl\\)\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(mab\\|bandali\\|aminb?\\)@gnu\\.org\\)\\|\\(a\\(min\\.\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)") + "\\(\\(\\(mab\\|amin\\)@shemshak\\.org\\)\\|\\(amin@bndl\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(mab\\|bandali\\|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/~amin") :after erc) (use-package znc - :straight (:host nil :repo "https://git.shemshak.org/amin/znc.el") + :straight (:host nil :repo "https://git.shemshak.org/mab/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/~amin") (t (funcall (plist-get (car auth) :secret))))))) (setq znc-servers `(("znc.shemshak.org" 1337 t - ((freenode "amin/freenode" ,pwd))) + ((freenode "mab/freenode" ,pwd))) ("znc.shemshak.org" 1337 t - ((moznet "amin/moznet" ,pwd))) + ((moznet "mab/moznet" ,pwd))) ("znc.shemshak.org" 1337 t - ((oftc "amin/oftc" ,pwd))))))) + ((oftc "mab/oftc" ,pwd))))))) ;;; Post initialization