sunterlib/scsh/file-mode/pkg-def.scm

13 lines
375 B
Scheme

(define-package "file-mode"
(0 1)
()
(write-to-load-script
`((config)
(load ,(absolute-file-name "packages.scm"
(get-directory 'scheme #f)))))
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "packages.scm" 'scheme)
(install-file "file-mode.scm" 'scheme))