diff options
author | Hans Hagen <pragma@wxs.nl> | 2014-05-21 22:04:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2014-05-21 22:04:00 +0200 |
commit | e46e1337de173b3639e84d55095fe9463ceec73d (patch) | |
tree | 7cb44d8992f0cc2d2b12ae16d8005567cfe8feed /web2c | |
parent | 14e4b284db6588fa128d92cdac6f96685da1719f (diff) | |
download | context-e46e1337de173b3639e84d55095fe9463ceec73d.tar.gz |
beta 2014.05.21 22:04
Diffstat (limited to 'web2c')
-rw-r--r-- | web2c/contextcnf.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web2c/contextcnf.lua b/web2c/contextcnf.lua index 366df01ac..b9541a88e 100644 --- a/web2c/contextcnf.lua +++ b/web2c/contextcnf.lua @@ -211,6 +211,14 @@ return { -- ["fonts.usesystemfonts"] = false, + -- You can permit loading modules with no prefix: + + -- ["modules.permitunprefixed"] = "no", + + -- You can permit loading files from anywhere in the TDS tree: + + -- ["resolvers.otherwise"] = "no", + }, experiments = { |