racket/collects/config/config.ss
Eli Barzilay a5c0bce6e9 typos
svn: r2986
2006-05-19 06:44:44 +00:00

9 lines
283 B
Scheme

;; The config module doesn't have to use "configtab.ss";
;; it just has to have the right exports. But using
;; "configtab.ss" makes it easier to generate the
;; code at install time.
(module config (lib "configtab.ss" "setup")
;; An empty table means that all defaults apply
)