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