Add babel file
This commit is contained in:
parent
5854109000
commit
f2ff12c1b3
1 changed files with 6 additions and 0 deletions
6
babel.lisp
Normal file
6
babel.lisp
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;;; babel.lisp - Personal function library loaded at sbcl startup
|
||||
;;;; Author: Marcus Kammer <marcus.kammer@metalisp.dev>
|
||||
;;;; MIT License
|
||||
|
||||
(when (probe-file "~/quicklisp/local-projects/dev.metalisp.sbt")
|
||||
(ql:quickload :dev.metalisp.sbt))
|
Loading…
Add table
Reference in a new issue