X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/6283c91e671e97691583f312e10f23048c70e13e..b7d4b4b37922a757b3e587ee5779fc03f4c688dd:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8b0df02..46dd998 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2423,6 +2423,8 @@ https://csclub.uwaterloo.ca/~abandali") (address "mab@gnu.org")) ("nnimap\\+gnu:l\\..*" (signature nil)) + ("nnimap\\+gnu:.*" + (organization "GNU")) ((header "subject" "ThankCRM") (to "webmasters-comment@gnu.org") (body "") @@ -2683,6 +2685,7 @@ https://csclub.uwaterloo.ca/~abandali") (erc-cmd-DEOP (format "%s" (erc-current-nick)))) (add-to-list 'erc-modules 'keep-place) (add-to-list 'erc-modules 'notifications) + (add-to-list 'erc-modules 'smiley) (add-to-list 'erc-modules 'spelling) (add-to-list 'erc-modules 'scrolltoplace) (erc-update-modules))