summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-02-17 11:15:12 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-02-17 11:15:52 -0500
commitfcb5fd84953d7ed9611e05ae1281e847061ba472 (patch)
treea3b1bb48809df00eafeeba06fd75f10b1f19e296 /common
parent32e745124ad94b814b46750d2db49d7b902f2f20 (diff)
update
Diffstat (limited to 'common')
-rw-r--r--common/.sbclrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/.sbclrc b/common/.sbclrc
new file mode 100644
index 0000000..465f146
--- /dev/null
+++ b/common/.sbclrc
@@ -0,0 +1,7 @@
+;;; The following lines added by ql:add-to-init-file:
+#-quicklisp
+(let ((quicklisp-init (merge-pathnames ".cache/quicklisp/setup.lisp"
+ (user-homedir-pathname))))
+ (when (probe-file quicklisp-init)
+ (load quicklisp-init)))
+