aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.sbclrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.sbclrc b/home/.sbclrc
new file mode 100644
index 0000000..ad9314c
--- /dev/null
+++ b/home/.sbclrc
@@ -0,0 +1,7 @@
1
2;;; The following lines added by ql:add-to-init-file:
3#-quicklisp
4(let ((quicklisp-init (merge-pathnames "~/.quicklisp/setup.lisp"
5 (user-homedir-pathname))))
6 (when (probe-file quicklisp-init)
7 (load quicklisp-init)))