aboutsummaryrefslogtreecommitdiff
path: root/etc/lisp-cli/init.lisp
blob: df7cc2380ae88a5ecb72baa8979e8245462ef981 (plain) (blame)
1
2
3
4
5
6
7
8
9
#-quicklisp
(let ((quicklisp-init (merge-pathnames "dev/quicklisp/setup.lisp"
                                       (user-homedir-pathname))))
  (when (probe-file quicklisp-init)
    (load quicklisp-init)))

(asdf:load-system :curth)
(use-package :org.euandre.curth)
(named-readtables:in-readtable org.euandre.curth:readtable)