From f2ff12c1b3a6fe53f4a0f1dd13a4ad4f8e0567d4 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 20 Jun 2024 11:49:27 +0200 Subject: [PATCH] Add babel file --- babel.lisp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 babel.lisp diff --git a/babel.lisp b/babel.lisp new file mode 100644 index 00000000..2aded71f --- /dev/null +++ b/babel.lisp @@ -0,0 +1,6 @@ +;;;; babel.lisp - Personal function library loaded at sbcl startup +;;;; Author: Marcus Kammer +;;;; MIT License + +(when (probe-file "~/quicklisp/local-projects/dev.metalisp.sbt") + (ql:quickload :dev.metalisp.sbt))