Update irc bundle

This commit is contained in:
Marcus Kammer 2021-12-16 09:43:35 +01:00
parent 63c3357e12
commit 32ff29aa69

View file

@ -1,4 +1,5 @@
(use-package erc
:hook (erc-mode . emojify-mode)
:custom
(erc-track-shorten-start 8)
(erc-kill-buffer-on-part t)
@ -7,7 +8,8 @@
(erc-network-hide-list '(("irc.libera.chat" "JOIN" "PART" "QUIT")))
(erc-channel-hide-list '(("#emacs" "JOIN" "PART" "QUIT")))
(erc-rename-buffers t)
(erc-autojoin-channels-alist '(("libera.chat" "#emacs")))
(erc-autojoin-channels-alist '(("libera.chat" "#emacs")
("libera.chat" "#org-mode")))
(erc-interpret-mirc-color t)
(erc-modules '(autojoin
button
@ -21,7 +23,6 @@
netsplit
networks
noncommands
notifications
readonly
ring
stamp