aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-sbclrc
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-03-09 19:47:00 +0100
committerÓscar Nájera <hi@oscarnajera.com>2021-03-09 19:47:38 +0100
commit7b9965f58879e7399cae4b153bae708fdeef8da6 (patch)
tree4a8ee2bbb4e861cc85e6488117c601a000eb1245 /home-dots/dot-sbclrc
parent57bb0f74838b54e0a2032b28b021177771f599c1 (diff)
downloaddotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.gz
dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.tar.bz2
dotfiles-7b9965f58879e7399cae4b153bae708fdeef8da6.zip
home dots in a folder
Diffstat (limited to 'home-dots/dot-sbclrc')
-rw-r--r--home-dots/dot-sbclrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/home-dots/dot-sbclrc b/home-dots/dot-sbclrc
new file mode 100644
index 0000000..e1d2c74
--- /dev/null
+++ b/home-dots/dot-sbclrc
@@ -0,0 +1,8 @@
+;; -*- mode: common-lisp; -*-
+
+;;; The following lines added by ql:add-to-init-file:
+#-quicklisp
+(let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp"
+ (user-homedir-pathname))))
+ (when (probe-file quicklisp-init)
+ (load quicklisp-init)))