diff options
Diffstat (limited to 'home/.sbclrc')
-rw-r--r-- | home/.sbclrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.sbclrc b/home/.sbclrc index 2c2bd8a..6dd45fd 100644 --- a/home/.sbclrc +++ b/home/.sbclrc | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | ;; Use Quicklisp | 6 | ;; Use Quicklisp |
7 | #-quicklisp | 7 | #-quicklisp |
8 | (let ((quicklisp-init (merge-pathnames ".roswell/lisp/quicklisp/setup.lisp" | 8 | (let ((quicklisp-init (merge-pathnames "lisp/quicklisp/setup.lisp" |
9 | (user-homedir-pathname)))) | 9 | (user-homedir-pathname)))) |
10 | (when (probe-file quicklisp-init) | 10 | (when (probe-file quicklisp-init) |
11 | (load quicklisp-init))) | 11 | (load quicklisp-init))) |