Add autojoin channels to erc
This commit is contained in:
parent
485a8d5a64
commit
659595e25e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
(erc-hide-list '("JOIN" "PART" "QUIT"))
|
||||
(erc-network-hide-list '(("irc.libera.chat" "JOIN" "PART" "QUIT")))
|
||||
(erc-channel-hide-list '(("#emacs" "JOIN" "PART" "QUIT")))
|
||||
(erc-autojoin-channels-alist '(("libera.chat" "#emacs" "#erc")))
|
||||
(erc-rename-buffers t)
|
||||
(erc-image-inline-rescale 300)
|
||||
(erc-interpret-mirc-color t)
|
||||
|
|
Loading…
Add table
Reference in a new issue