;; -*- lexical-binding: t; -*- (with-eval-after-load "erc" (defalias 'erc 'erc-tls)) (setopt erc-lurker-threshold-time 3600 erc-hide-list '("JOIN" "PART" "QUIT") erc-server "operationnull.com" erc-nick "Isaz" erc-prompt-for-password t erc-kill-buffer-on-part t erc-autojoin-channels-alist '(("libera.chat" "#emacs" "##furry" "#guix" "#parabola")) erc-fill-function 'erc-fill-static erc-fill-column 80 erc-fill-static-center 15) (provide 'bd--erc)