diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/guile/skribilo/package/pie.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/guile/skribilo/package/pie.scm b/src/guile/skribilo/package/pie.scm index 54bc718..e809211 100644 --- a/src/guile/skribilo/package/pie.scm +++ b/src/guile/skribilo/package/pie.scm @@ -155,6 +155,10 @@ the string \"hello\". Implement `sliceweight' markups too." (define %ploticus-program "ploticus") (define %ploticus-debug? #f) +;; XXX: Really prevent '%ploticus-program' from being inlined below when +;; using Guile 3.0. +(set! %ploticus-program "ploticus") + (define (color-spec->ploticus color-spec) (define round (make-rounder 2)) |