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