From 3396725a6944915288c40fd7cfd4e7bbba67bdf8 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Thu, 15 Jul 2021 22:11:01 -0400 Subject: [PATCH] Conform set-irc-server! indentation to the README --- modules/app/irc/autoload/settings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/app/irc/autoload/settings.el b/modules/app/irc/autoload/settings.el index 5f88eb993..53e4bc0af 100644 --- a/modules/app/irc/autoload/settings.el +++ b/modules/app/irc/autoload/settings.el @@ -9,6 +9,7 @@ SERVER can either be a name for the network (in which case you must specify a :host. See `circe-network-options' for details." + (declare (indent 1)) (after! circe (unless (plist-member plist :host) (plist-put! plist :host server))