From 96584432134ab7196b26605e6497d9b99c7e3349 Mon Sep 17 00:00:00 2001 From: Random936 Date: Wed, 10 Jan 2024 10:37:16 -0800 Subject: [PATCH] Added some channels the erc-autojoin-channels-alist --- .emacs.d/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/config.org b/.emacs.d/config.org index d22934e..583abc7 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -466,6 +466,7 @@ ERC is a builtin package that adds IRC chatting functionality to emacs. :config (setq erc-nick "random936" erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "353") + erc-autojoin-channels-alist '((".*\.libera\.chat" "#emacs" "#gentoo" "#systemcrafters")) erc-fill-column 120 erc-fill-function 'erc-fill-static erc-fill-static-center 20