From e877d72c9f241fd1ff5bd25cf24f6b4a0c219cd7 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 11 Jun 2020 17:24:36 +0200 Subject: [PATCH] sbclrc: Disable Quicklisp in favour of Guix. --- .sbclrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.sbclrc b/.sbclrc index 8feabde7..b397292b 100644 --- a/.sbclrc +++ b/.sbclrc @@ -5,11 +5,11 @@ ;; (setf *print-case* :downcase) ;;; 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))) +;; #-quicklisp +;; (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" +;; (user-homedir-pathname)))) +;; (when (probe-file quicklisp-init) +;; (load quicklisp-init))) ;; Some OSes package Lisp compilers in a way that ASDF is not automatically loaded. (require "asdf")