Skip to content

Commit 9994204

Browse files
committed
Fix pandoc next function
1 parent 7ce2238 commit 9994204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speed-type.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2107,7 +2107,7 @@ The file-name of the content is a converted form of URL."
21072107
:file-name fn
21082108
:title title
21092109
:replay-fn #'speed-type--get-replay-fn
2110-
:go-next-fn #'speed-type-text
2110+
:go-next-fn #'speed-type-pandoc
21112111
:continue-fn (lambda () (speed-type--get-continue-fn end))
21122112
:add-extra-word-content-fn (lambda () (speed-type--get-next-word buf))))
21132113
(speed-type-continue fn))

0 commit comments

Comments
 (0)