summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el index 41d0d24..a5f1f06 100644 --- a/init.el +++ b/init.el
@@ -270,6 +270,7 @@
270 270
271 (:option erc-auto-discard-away t 271 (:option erc-auto-discard-away t
272 erc-autoaway-idle-seconds 600 272 erc-autoaway-idle-seconds 600
273 erc-autoaway-message "BRB (autoaway: %i seconds)"
273 erc-autojoin-channels-alist '(("libera.chat" 274 erc-autojoin-channels-alist '(("libera.chat"
274 "#emacs" "##webpals") 275 "#emacs" "##webpals")
275 ("tilde.chat" 276 ("tilde.chat"
@@ -277,15 +278,20 @@
277 "#bread" ; how could I've forgotten!? 278 "#bread" ; how could I've forgotten!?
278 "#politics" "#bungame")) 279 "#politics" "#bungame"))
279 erc-button-url-regexp browse-url-button-regexp 280 erc-button-url-regexp browse-url-button-regexp
281 (append erc-common-server-suffixes) '("tilde.chat\\'" . "~")
282 (append erc-common-server-suffixes) '("libera.chat\\'" . "LC")
280 erc-header-line-face-method 283 erc-header-line-face-method
281 #'erc/update-header-line-show-disconnected 284 #'erc/update-header-line-show-disconnected
282 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE" 285 erc-hide-list '("JOIN" "NICK" "PART" "QUIT" "MODE"
283 "324" "329" "332" "333" "353" "477") 286 "324" "329" "332" "333" "353" "477")
284 erc-interpret-mirc-color t 287 erc-interpret-mirc-color t
288 erc-join-buffer 'bury
285 erc-kill-buffer-on-part t 289 erc-kill-buffer-on-part t
286 erc-kill-queries-on-quit t 290 erc-kill-queries-on-quit t
287 erc-kill-server-buffer-on-quit t 291 erc-kill-server-buffer-on-quit t
292 erc-minibuffer-notice t
288 erc-nick "acdw" 293 erc-nick "acdw"
294 erc-prompt (lambda () (concat (buffer-name) " |"))
289 erc-prompt-for-password nil ; use ~/.authinfo 295 erc-prompt-for-password nil ; use ~/.authinfo
290 erc/servers '("irc.libera.chat" 296 erc/servers '("irc.libera.chat"
291 "irc.tilde.chat") 297 "irc.tilde.chat")