diff options
author | Case Duckworth | 2021-09-30 23:16:30 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-30 23:16:30 -0500 |
commit | 012305d5adbe73d3a71d94111c14fe92d73a3288 (patch) | |
tree | 8393e041cec141dd04088b48ad0a268cddc96a81 | |
parent | Fix bug in acdw-reading.el (diff) | |
download | emacs-012305d5adbe73d3a71d94111c14fe92d73a3288.tar.gz emacs-012305d5adbe73d3a71d94111c14fe92d73a3288.zip |
Add #emacsconf-org to list of autojoined channels
-rw-r--r-- | init.el | 3 |
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")) |