From 01c8556e8f09c1f72f5cc537a89ee5f5eab796b4 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 14:27:44 -0400 Subject: [PATCH] Launch circe after setting network options --- config.org | 67 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/config.org b/config.org index 7bd50a1..bf1da28 100644 --- a/config.org +++ b/config.org @@ -454,40 +454,39 @@ Circe is a really nice IRC client that claims to be above RCIRC and below ERC in :config (enable-lui-track) (enable-circe-color-nicks) - (circe "libera") - (circe "oftc") - (circe "tilde") - (setq circe-networks '(("libera" - :host "irc.armaanb.net" - :nick "emacs" - :user "emacs" - :use-tls t - :port "6698" - :pass (lambda (null) (fetch-password - :login "emacs" - :machine "irc.armaanb.net" - :port 6698))) - ("oftc" - :host "irc.armaanb.net" - :nick "emacs" - :user "emacs" - :use-tls t - :port "6699" - :pass (lambda (null) (fetch-password - :login "emacs" - :machine "irc.armaanb.net" - :port 6699))) - ("tilde" - :host "irc.armaanb.net" - :nick "emacs" - :user "emacs" - :use-tls t - :port "6696" - :pass (lambda (null) (fetch-password - :login "emacs" - :machine "irc.armaanb.net" - :port 6696))) - )) + (setq circe-network-defaults '(("libera" + :host "irc.armaanb.net" + :nick "emacs" + :user "emacs" + :use-tls t + :port 6698 + :pass (lambda (null) (fetch-password + :login "emacs" + :machine "irc.armaanb.net" + :port 6698))) + ("oftc" + :host "irc.armaanb.net" + :nick "emacs" + :user "emacs" + :use-tls t + :port 6699 + :pass (lambda (null) (fetch-password + :login "emacs" + :machine "irc.armaanb.net" + :port 6699))) + ("tilde" + :host "irc.armaanb.net" + :nick "emacs" + :user "emacs" + :use-tls t + :port 6696 + :pass (lambda (null) (fetch-password + :login "emacs" + :machine "irc.armaanb.net" + :port 6696))) + (circe "libera") + (circe "oftc") + (circe "tilde"))) :custom (circe-default-part-message "goodbye!") :bind (:map circe-mode-map ("C-c C-r" . circe-reconnect-all))) #+end_src -- 2.39.2