diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-18 02:51:09 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-05-18 02:51:09 -0700 |
commit | c71b8b5fae777f00abbf89fd64f3164bc9c9a303 (patch) | |
tree | 3c884bf60c375eed8498f838637dbd26128f38ef /lualibs.dtx | |
parent | 7b62f2c6a0b6251bcb5295b493a92b0724e85640 (diff) | |
parent | 90e7da4496c82a27a85845f5929d5cfc18be7740 (diff) | |
download | lualibs-c71b8b5fae777f00abbf89fd64f3164bc9c9a303.tar.gz |
Merge pull request #10 from phi-gamma/master
update
Diffstat (limited to 'lualibs.dtx')
-rw-r--r-- | lualibs.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualibs.dtx b/lualibs.dtx index b3e6bdb..bc466e1 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -533,7 +533,7 @@ end --- This restores the default of loading everything should a package --- have requested otherwise. Will be gone once there is a canonical --- interface for parameterized loading of libraries. -lualibs.load_extended = true +config.lualibs.load_extended = true -- vim:tw=71:sw=2:ts=2:expandtab |