From f7abccc38ceda7024ca375d34ed88f4fb561ef02 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 5 Mar 2023 16:36:44 -0800 Subject: Reorganized codebase --- init.lisp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 init.lisp (limited to 'init.lisp') diff --git a/init.lisp b/init.lisp deleted file mode 100644 index 68b2a16..0000000 --- a/init.lisp +++ /dev/null @@ -1,12 +0,0 @@ -;;;; init.lisp - -(in-package #:dnd) - -(defun init-db (&optional config) - (unless (boundp 'db:*store*) - (unless config - nil ; TODO: handle the case where we have a config - (make-instance - 'db:mp-store - :directory (merge-pathnames "dnd-store/" (user-homedir-pathname)) - :subsystems (list (make-instance 'db:store-object-subsystem)))))) -- cgit v1.2.3