Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
[init] fix Context module sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-gamma committed Jan 21, 2016
1 parent a65f049 commit 55799da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/luaotfload-init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,21 +247,21 @@ local context_modules = {
{ ctx, "font-con" },
{ ltx, "luatex-fonts-enc" },
{ ctx, "font-cid" },
{ ctx, "font-map" },
{ ltx, "luatex-fonts-syn" },
{ ltx, "luatex-fonts-tfm" },
{ ctx, "font-oti" },
{ ctx, "font-otf" },
{ ctx, "font-otb" },
{ ltx, "font-inj" },
{ ctx, "font-inj" },
{ ltx, "luatex-fonts-ota" },
{ ltx, "font-otn" },
{ ctx, "font-otn" },
{ ctx, "font-otp" },
{ ltx, "luatex-fonts-lua" },
{ ctx, "font-def" },
{ ltx, "luatex-fonts-def" },
{ ltx, "luatex-fonts-ext" },
{ ltx, "luatex-fonts-cbk" },
{ ctx, "font-map" },

} --[[context_modules]]

Expand Down

0 comments on commit 55799da

Please sign in to comment.