Changed standard bible.

This commit is contained in:
Silas Vedder 2022-10-20 21:09:32 +02:00
parent 62337dec07
commit 959e6f35e0
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -30,7 +30,7 @@ exec guile -e '(@ (word-counter) 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))
("-c"