mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
app/irc: one place +irc-connections var wasn't updated
it's now handled in circe-network-options
This commit is contained in:
@ -21,7 +21,7 @@ If INHIBIT-WORKSPACE (the universal argument) is non-nil, don't spawn a new
|
||||
workspace for it."
|
||||
(interactive "P")
|
||||
(and (+irc-setup-wconf inhibit-workspace)
|
||||
(cl-loop for network in +irc-connections
|
||||
(cl-loop for network in circe-network-options
|
||||
collect (circe (car network)))))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user