Optimize readability
This commit is contained in:
parent
0de6c0fc77
commit
75daa939a8
1 changed files with 18 additions and 1 deletions
|
@ -276,7 +276,24 @@
|
|||
(erc-rename-buffers t)
|
||||
(erc-autojoin-channels-alist '(("libera.chat" "#emacs" "#commonlisp")))
|
||||
(erc-interpret-mirc-color t)
|
||||
(erc-modules '(autojoin button completion fill irccontrols list match menu move-to-prompt netsplit networks noncommands notifications readonly ring stamp track truncate)))
|
||||
(erc-modules '(autojoin
|
||||
button
|
||||
completion
|
||||
fill
|
||||
irccontrols
|
||||
list
|
||||
match
|
||||
menu
|
||||
move-to-prompt
|
||||
netsplit
|
||||
networks
|
||||
noncommands
|
||||
notifications
|
||||
readonly
|
||||
ring
|
||||
stamp
|
||||
track
|
||||
truncate)))
|
||||
|
||||
(use-package erc-image
|
||||
:after erc
|
||||
|
|
Loading…
Add table
Reference in a new issue