12 lines
262 B
Scheme
12 lines
262 B
Scheme
(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))
|
|
|