summaryrefslogtreecommitdiff
path: root/Pancake.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake.hs')
-rw-r--r--Pancake.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pancake.hs b/Pancake.hs
index 785c879..64e3b74 100644
--- a/Pancake.hs
+++ b/Pancake.hs
@@ -63,7 +63,7 @@ printDoc uri doc = do
term <- liftIO setupTermFromEnv
st <- get
let cols = fromMaybe 80 $ getCapability term termColumns
- l = renderDoc cols (referenceDigits $ conf st) doc
+ l = renderDoc cols (conf st) doc
textLines = rLines l
modify (\s -> s { rendered = l })
if embedded st