diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-21 03:22:16 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-21 03:22:16 -0400 |
commit | 4d16bcf21fc84bc9a7be52066c3594630a7c77b2 (patch) | |
tree | aca77cf003fe27b52f498f2ad79ff299f196fc18 /home/.sbclrc | |
parent | Add .nanorc to installer (diff) | |
download | dotfiles.core-4d16bcf21fc84bc9a7be52066c3594630a7c77b2.tar.gz dotfiles.core-4d16bcf21fc84bc9a7be52066c3594630a7c77b2.tar.bz2 dotfiles.core-4d16bcf21fc84bc9a7be52066c3594630a7c77b2.zip |
Use Roswell to manage Lisp instead of manual installation
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 6dd45fd..2c2bd8a 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 "lisp/quicklisp/setup.lisp" | 8 | (let ((quicklisp-init (merge-pathnames ".roswell/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))) |