CCL: Re-use SBCL init file

master
Pierre Neidhardt 2018-11-22 14:59:09 +01:00
parent d68a039426
commit 5af6b0491e
1 changed files with 1 additions and 9 deletions

View File

@ -1,9 +1 @@
(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)))
(require :asdf)
(load "~/.sbclrc")