diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-21 22:15:14 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-21 22:15:14 +0200 |
commit | 2203b3638071de2b52e036ef5cfa400aeefd3b6e (patch) | |
tree | e8d90056673353ea3e1d97bd69c50a4732e55a6e /web2c | |
parent | a4c1c6154bdbb9d36eaa9b14aeb228df64257816 (diff) | |
download | context-2203b3638071de2b52e036ef5cfa400aeefd3b6e.tar.gz |
2014-05-21 22:06:00
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 = { |