Update irc bundle
This commit is contained in:
parent
63c3357e12
commit
32ff29aa69
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue