diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 16:31:19 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-29 16:31:19 +0200 |
commit | bcf92b745cc583119367810b4a97d4fc91e63fdb (patch) | |
tree | e3763025cdfd10fa9a94c12bb46e16932adaf446 /luaotfload.dtx | |
parent | dae29b04d0bb7e21bb4d3d19b9781b59e44ec5cb (diff) | |
download | luaotfload-bcf92b745cc583119367810b4a97d4fc91e63fdb.tar.gz |
install uncached name: resolver as default
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 9c5d600..2c9fa77 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1179,7 +1179,8 @@ local luaotfload = luaotfload config = config or { } config.luaotfload = config.luaotfload or { } -luaotfload.prefer_merge = config.luaotfload.prefer_merge or true +config.luaotfload.resolver = config.luaotfload.resolver or "normal" +--luaotfload.prefer_merge = config.luaotfload.prefer_merge or true luaotfload.module = { name = "luaotfload", |