data/init.lua: load pandoc.utils by default

This commit is contained in:
Albert Krewinkel 2017-12-23 11:59:16 +01:00
parent dd39959453
commit ef4351c4d2
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -4,3 +4,4 @@
pandoc = require 'pandoc'
pandoc.mediabag = require 'pandoc.mediabag'
pandoc.utils = require 'pandoc.utils'