aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bard-emacs-modules/bard-emacs-web.el2
-rw-r--r--config.org2
2 files changed, 2 insertions, 2 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
diff --git a/config.org b/config.org
index 616ef48..26cef7d 100644
--- a/config.org
+++ b/config.org
@@ -1792,7 +1792,7 @@ For a long time I really struggled with Emacs tab completion. It still only kind
(setq circe-network-options
'(("Libera Chat"
:nick "bardman"
- :channels ("#emacs" "##anime" "#gentoo")
+ ;; :channels ("#emacs" "##anime" "#gentoo")
:nickserv-password my-nickserv-password))))
#+end_src