From 23c407dc322b6857e17b12ac185a531c77eb2c20 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sun, 13 Oct 2024 14:09:26 -0400 Subject: Add SBCL configuration --- home/.sbclrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/.sbclrc (limited to 'home/.sbclrc') diff --git a/home/.sbclrc b/home/.sbclrc new file mode 100644 index 0000000..6dd45fd --- /dev/null +++ b/home/.sbclrc @@ -0,0 +1,12 @@ +;;;; SBCL Configuration +;;; FILE : dotfiles.core/home/.sbclrc +;;; TARGET: ~/.sbclrc +;;; AUTHOR: tgwil + +;; Use Quicklisp +#-quicklisp +(let ((quicklisp-init (merge-pathnames "lisp/quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) + -- cgit v1.2.3