@ -27,7 +27,7 @@ exec guile -e '(@ (bible2latex) main)' -s "$0" "$@"
(define-syntax conf
(syntax-rules (else)
((_ (f e)... (else g)) (cond ((flag? f) e)... (else g)))))
(with-bible "jantzen"
(with-bible "elb1871"
(conf ("-h" (help))
("-v" (version))
("-b" (if (flag? "-c")
@ -30,7 +30,7 @@ exec guile -e '(@ (word-counter) main)' -s "$0" "$@"
("-c"