aboutsummaryrefslogtreecommitdiff
path: root/etc/lisp-cli
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-09-08 17:59:18 -0300
committerEuAndreh <eu@euandre.org>2022-09-08 17:59:18 -0300
commit73918e11d3f419be185305493df25c638360a835 (patch)
tree6ad1797c4e2e0cf4952cb709c2d284c5efd197f8 /etc/lisp-cli
parentmv etc/sbcl/sbclrc.lisp etc/common-lisp/init.lisp (diff)
downloaddotfiles-73918e11d3f419be185305493df25c638360a835.tar.gz
dotfiles-73918e11d3f419be185305493df25c638360a835.tar.xz
git mv common-lisp/ lisp-cli/
Diffstat (limited to 'etc/lisp-cli')
-rw-r--r--etc/lisp-cli/init.lisp5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/lisp-cli/init.lisp b/etc/lisp-cli/init.lisp
new file mode 100644
index 0000000..0f01d57
--- /dev/null
+++ b/etc/lisp-cli/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)))