blob: 2dffd5948a138ebf66c12a2ba342dadc875c55f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
(declare (usual-integrations))
(with-working-directory-pathname
(directory-pathname (current-load-pathname))
(lambda ()
(load "compile.scm")
(load-package-set "geiser"
`())))
(add-subsystem-identification! "Geiser" '(0 1))
|