aboutsummaryrefslogtreecommitdiff
path: root/etc/common-lisp/init.lisp
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-09-08 07:16:18 -0300
committerEuAndreh <eu@euandre.org>2022-09-08 07:16:18 -0300
commit7392a64f8f8d0a9ddc90cb46e04de2612c6e9c79 (patch)
treea25e5d5545f733bdfff76382aeb6fb020ecf2d6a /etc/common-lisp/init.lisp
parentbin/uri: Improve example from help string (diff)
downloaddotfiles-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.lisp5
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)))