diff options
Diffstat (limited to 'src/guile')
-rw-r--r-- | src/guile/skribilo/module.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/guile/skribilo/module.scm b/src/guile/skribilo/module.scm index 4655309..dedfdd0 100644 --- a/src/guile/skribilo/module.scm +++ b/src/guile/skribilo/module.scm @@ -39,11 +39,8 @@ (define %skribilo-user-imports ;; List of modules needed by Skribilo modules. The list is much shorter ;; than in the Skribe case, as we want to only provide the minimal set of - ;; bindings that documents need. In particular, only the `base' package is - ;; imported by default. - '((skribilo ast) - (skribilo config) - (skribilo package base))) + ;; bindings that documents need. + '((skribilo package base))) (define %skribe-user-imports ;; List of modules imported by legacy Skribe documents. |