Keep configuring erc

Turns out ... I'm /really/ using it :P
This commit is contained in:
Case Duckworth 2021-05-25 23:49:52 -05:00
parent f13ddf9fc8
commit 76948586ed
1 changed files with 6 additions and 0 deletions

View File

@ -270,6 +270,7 @@
(: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")
("tilde.chat"
@ -277,15 +278,20 @@
"#bread" ; how could I've forgotten!?
"#politics" "#bungame"))
erc-button-url-regexp browse-url-button-regexp
(append erc-common-server-suffixes) '("tilde.chat\\'" . "~")
(append erc-common-server-suffixes) '("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-mirc-color t
erc-join-buffer 'bury
erc-kill-buffer-on-part t
erc-kill-queries-on-quit t
erc-kill-server-buffer-on-quit t
erc-minibuffer-notice t
erc-nick "acdw"
erc-prompt (lambda () (concat (buffer-name) " |"))
erc-prompt-for-password nil ; use ~/.authinfo
erc/servers '("irc.libera.chat"
"irc.tilde.chat")