From bcf92b745cc583119367810b4a97d4fc91e63fdb Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Mon, 29 Apr 2013 16:31:19 +0200 Subject: install uncached name: resolver as default --- luaotfload.dtx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'luaotfload.dtx') 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", -- cgit v1.2.3