9 lines
170 B
Scheme
9 lines
170 B
Scheme
|
|
(module init scheme/gui
|
|
(require scheme/init)
|
|
|
|
(current-load text-editor-load-handler)
|
|
|
|
(provide (all-from-out scheme/gui)
|
|
(all-from-out scheme/init)))
|