diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-11-22 14:19:22 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-11-22 14:19:22 -0700 |
| commit | 345b7c18f74af579693f82f6b760a7b49d13cb52 (patch) | |
| tree | b159cef817ba697de226b70c7d7dd30270491f4e /ci/data/etc/sbclrc | |
| parent | 182146b9198e31a31d455368024b7c5dcb3e8f06 (diff) | |
docker-compose
Diffstat (limited to 'ci/data/etc/sbclrc')
| -rw-r--r-- | ci/data/etc/sbclrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/data/etc/sbclrc b/ci/data/etc/sbclrc new file mode 100644 index 0000000..3a931d0 --- /dev/null +++ b/ci/data/etc/sbclrc @@ -0,0 +1,6 @@ +;;; The following lines added by ql:add-to-init-file: +#-quicklisp +(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) |
