From fcb5fd84953d7ed9611e05ae1281e847061ba472 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Feb 2024 11:15:12 -0500 Subject: update --- common/.sbclrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 common/.sbclrc (limited to 'common') 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))) + -- cgit v1.2.3