Initial commit
This commit is contained in:
11
elpa/geiser-20171010.1610/scheme/mit/geiser/load.scm
Normal file
11
elpa/geiser-20171010.1610/scheme/mit/geiser/load.scm
Normal file
@@ -0,0 +1,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))
|
||||
|
||||
Reference in New Issue
Block a user