dotfiles/.sbclrc
Lucien Cartier-Tilet 49014b6c4e
All checks were successful
continuous-integration/drone/push Build is passing
[StumpWM, SBCL] Add sbclrc, instructions for clx-truetype
2022-05-02 00:59:50 +02:00

16 lines
542 B
Common Lisp

;;; -*- mode: lisp; -*-
;;; 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)))
;;; 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)))