9 lines
270 B
Racket
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
|
|
)
|