Added some channels the erc-autojoin-channels-alist

This commit is contained in:
Random936 2024-01-10 10:37:16 -08:00
parent 1e91fa7867
commit 9658443213

View File

@ -466,6 +466,7 @@ ERC is a builtin package that adds IRC chatting functionality to emacs.
:config :config
(setq erc-nick "random936" (setq erc-nick "random936"
erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353") erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353")
erc-autojoin-channels-alist '((".*\.libera\.chat" "#emacs" "#gentoo" "#systemcrafters"))
erc-fill-column 120 erc-fill-column 120
erc-fill-function 'erc-fill-static erc-fill-function 'erc-fill-static
erc-fill-static-center 20 erc-fill-static-center 20