racket/collects/config/config.rkt
2010-04-27 16:50:15 -06:00

9 lines
270 B
Racket

;; 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 setup/configtab
;; An empty table means that all defaults apply
)