More setup of erc

This commit is contained in:
Case Duckworth 2021-05-29 23:18:27 -05:00
parent 77e1580403
commit e02c68d413
1 changed files with 7 additions and 3 deletions

10
init.el
View File

@ -252,24 +252,28 @@
(setup erc
(:require acdw-erc)
(:also-load erc-autoaway
erc-track)
erc-track
erc-goodies)
(:option
erc-auto-discard-away t
erc-autoaway-idle-seconds 600
erc-autoaway-message "BRB (autoaway: %i seconds)"
erc-autojoin-channels-alist '(("libera.chat"
"#emacs" "##webpals")
"#emacs" "##webpals"
"#erc")
("tilde.chat"
"#meta" "#team" "#gemini"
"#bread" ; how could I've forgotten!?
"#politics" "#bungame"))
"#politics" "#bungame"
"#dadjokes" "#tilderadio"))
erc-button-url-regexp browse-url-button-regexp
erc-common-server-suffixes '(("tilde.chat\\'" . "~")
("libera.chat\\'" . "LC"))
erc-header-line-face-method #'erc/update-header-line-show-disconnected
erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
"324" "329" "332" "333" "353" "477")
erc-interpret-controls-p t
erc-interpret-mirc-color t
erc-join-buffer 'bury
erc-kill-buffer-on-part t