about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-30 23:16:30 -0500
committerCase Duckworth2021-09-30 23:16:30 -0500
commit012305d5adbe73d3a71d94111c14fe92d73a3288 (patch)
tree8393e041cec141dd04088b48ad0a268cddc96a81 /init.el
parentFix bug in acdw-reading.el (diff)
downloademacs-012305d5adbe73d3a71d94111c14fe92d73a3288.tar.gz
emacs-012305d5adbe73d3a71d94111c14fe92d73a3288.zip
Add #emacsconf-org to list of autojoined channels
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index afc3e6e..a9377d9 100644 --- a/init.el +++ b/init.el
@@ -1009,7 +1009,8 @@ specific to most general, they are these:
1009 circe-network-inhibit-autoconnect '("Pissnet" "Twitch IRC") 1009 circe-network-inhibit-autoconnect '("Pissnet" "Twitch IRC")
1010 circe-network-options 1010 circe-network-options
1011 `(("Libera Chat" 1011 `(("Libera Chat"
1012 :channels ("#emacs" "#systemcrafters" "##webpals") 1012 :channels ("#emacs" "#systemcrafters" "##webpals"
1013 "#emacsconf-org")
1013 :sasl-username ,circe-default-nick 1014 :sasl-username ,circe-default-nick
1014 :sasl-password ,(acdw/make-password-fetcher 1015 :sasl-password ,(acdw/make-password-fetcher
1015 :host "libera.chat")) 1016 :host "libera.chat"))