summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"))