aboutsummaryrefslogtreecommitdiff
path: root/home/.sbclrc
blob: 6dd45fd9827fb58cb68566a5a3c915a98708931d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; SBCL Configuration
;;; FILE  : dotfiles.core/home/.sbclrc
;;; TARGET: ~/.sbclrc
;;; AUTHOR: tgwil

;; Use Quicklisp
#-quicklisp
(let ((quicklisp-init (merge-pathnames "lisp/quicklisp/setup.lisp"
                                       (user-homedir-pathname))))
  (when (probe-file quicklisp-init)
    (load quicklisp-init)))