diff options
| author | BardofSprites <[email protected]> | 2026-04-21 17:02:58 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-21 17:02:58 -0400 |
| commit | cf8a13ff0f6187c391a7d23b382c482021d13bc2 (patch) | |
| tree | 97cba2295d3de397660c6a21366e3cd08471296a /bard-emacs-modules/bard-emacs-web.el | |
| parent | d35a9bfd77082f2645fa25e50e7a1cf6c827ca83 (diff) | |
don't join default channels
Diffstat (limited to 'bard-emacs-modules/bard-emacs-web.el')
| -rw-r--r-- | bard-emacs-modules/bard-emacs-web.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-web.el b/bard-emacs-modules/bard-emacs-web.el index a9e1419..68fba76 100644 --- a/bard-emacs-modules/bard-emacs-web.el +++ b/bard-emacs-modules/bard-emacs-web.el @@ -20,7 +20,7 @@ (setq circe-network-options '(("Libera Chat" :nick "bardman" - :channels ("#emacs" "##anime" "#gentoo") + ;; :channels ("#emacs" "##anime" "#gentoo") :nickserv-password my-nickserv-password)))) (use-package elfeed |
