diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-21 04:16:35 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-21 04:16:35 -0400 |
commit | c7f2857d680011967a7dd0eb7ddead959a8e1c2e (patch) | |
tree | c5b1c595ffde3da99b2aa2a89b9a5a0b7090b72e /home/.sbclrc | |
parent | Update README.md (diff) | |
download | dotfiles.core-c7f2857d680011967a7dd0eb7ddead959a8e1c2e.tar.gz dotfiles.core-c7f2857d680011967a7dd0eb7ddead959a8e1c2e.tar.bz2 dotfiles.core-c7f2857d680011967a7dd0eb7ddead959a8e1c2e.zip |
This reverts commit 4d16bcf21fc84bc9a7be52066c3594630a7c77b2.
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))) |