summaryrefslogtreecommitdiff
path: root/doc/user/user.skb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/user.skb')
-rw-r--r--doc/user/user.skb6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/user/user.skb b/doc/user/user.skb
index 4147292..3844df8 100644
--- a/doc/user/user.skb
+++ b/doc/user/user.skb
@@ -33,13 +33,15 @@
(use-modules (skribilo package eq)
(skribilo package pie)
(skribilo package slide)
- (skribilo package web-book2))
+ (skribilo package web-book2)
+ (skribilo reader))
(if %have-ploticus? (set! %ploticus-program %ploticus-path))
;; Modules needed, e.g., to get the output of "skribilo-config --help".
(use-modules (ice-9 popen)
- (ice-9 rdelim))
+ (ice-9 rdelim)
+ (ice-9 pretty-print))
;*---------------------------------------------------------------------*/