diff options
author | bd <bdunahu@operationnull.com> | 2024-08-16 02:06:53 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-08-16 02:06:53 -0600 |
commit | 01710ddbd68b65354639c7d434284d0474972d82 (patch) | |
tree | 487a7fd2977f2ea8914997c9f924a3bcc81550ff /.config/emacs/modules/bd--erc.el | |
parent | 0a52f3f16e5e98ed782fc8a5e09e89a33e687295 (diff) |
More denote changes, pinentry-toggle fn, newsticker retrieval timer
Diffstat (limited to '.config/emacs/modules/bd--erc.el')
-rw-r--r-- | .config/emacs/modules/bd--erc.el | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/.config/emacs/modules/bd--erc.el b/.config/emacs/modules/bd--erc.el index 2a826c9..124358c 100644 --- a/.config/emacs/modules/bd--erc.el +++ b/.config/emacs/modules/bd--erc.el @@ -11,22 +11,21 @@ (add-to-list 'global-mode-string bd/erc-status) (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" - ;; "#guile" - ;; "#guix" - ;; "#parabola" - ;; "#systemcrafters")) - erc-autojoin-channels-alist nil - erc-fill-function 'erc-fill-static - erc-fill-column 80 - erc-fill-static-center 15) + 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" + ;; "#guile" + ;; "#guix" + ;; "#parabola")) + erc-autojoin-channels-alist nil + erc-fill-function 'erc-fill-static + erc-fill-column 80 + erc-fill-static-center 15) (erc-autojoin-mode -1) |