aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbclrc.lisp8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbclrc.lisp b/sbclrc.lisp
index ab58ec5..3a931d0 100644
--- a/sbclrc.lisp
+++ b/sbclrc.lisp
@@ -1,2 +1,6 @@
-(defun tap (x)
- x)
+;;; 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)))