mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
270 B
EmacsLisp
10 lines
270 B
EmacsLisp
;;; app/irc/autoload/settings.el -*- lexical-binding: t; -*-
|
|
|
|
;;;###autodef
|
|
(defun set-irc-server! (server letvars)
|
|
"Registers an irc SERVER for circe.
|
|
|
|
See `circe-network-options' for details."
|
|
(after! circe
|
|
(push (cons server letvars) circe-network-options)))
|