diff options
author | EuAndreh <eu@euandre.org> | 2022-09-08 07:16:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-09-08 07:16:18 -0300 |
commit | 7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79 (patch) | |
tree | a25e5d5545f733bdfff76382aeb6fb020ecf2d6a /etc/common-lisp/init.lisp | |
parent | bin/uri: Improve example from help string (diff) | |
download | dotfiles-7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79.tar.gz dotfiles-7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79.tar.xz |
mv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lisp
Diffstat (limited to 'etc/common-lisp/init.lisp')
-rw-r--r-- | etc/common-lisp/init.lisp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/common-lisp/init.lisp b/etc/common-lisp/init.lisp new file mode 100644 index 0000000..0f01d57 --- /dev/null +++ b/etc/common-lisp/init.lisp @@ -0,0 +1,5 @@ +#-quicklisp +(let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp" + (user-homedir-pathname)))) + (when (probe-file quicklisp-init) + (load quicklisp-init))) |