From 1e942dd0c26b0709fb8878588c072e50020eec34 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Sun, 26 Mar 2023 11:31:29 -0500 Subject: Clean: double defvars --- src/init.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/init.lisp') diff --git a/src/init.lisp b/src/init.lisp index d7636a6..e675ef9 100644 --- a/src/init.lisp +++ b/src/init.lisp @@ -4,7 +4,8 @@ ;;; CONFIGURATION -(defvar *config* nil) +(defvar *config* nil + "Instance of the config class globally available.") (defclass/std config () ((datastore-directory :ir :std #P"/srv/dnd/store/") -- cgit v1.2.3