sbclrc: Disable Quicklisp in favour of Guix.

master
Pierre Neidhardt 2020-06-11 17:24:36 +02:00
parent 3855f45cec
commit e877d72c9f
1 changed files with 5 additions and 5 deletions

10
.sbclrc
View File

@ -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")