mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Allow new :irc settings to shadow old ones
This commit is contained in:
@ -30,8 +30,7 @@ playback.")
|
||||
(def-setting! :irc (server letvars)
|
||||
"Registers an irc server for circe."
|
||||
`(after! circe
|
||||
(cl-pushnew (cons ,server ,letvars) circe-network-options
|
||||
:test #'equal :key #'car)))
|
||||
(push (cons ,server ,letvars) circe-network-options)))
|
||||
|
||||
(defvar +irc--defer-timer nil)
|
||||
|
||||
|
Reference in New Issue
Block a user