diff options
| author | 2008-07-05 17:02:34 -0400 | |
|---|---|---|
| committer | 2008-07-05 17:02:34 -0400 | |
| commit | 32145930116473cfd04c938a788d13cd04bd3bd9 (patch) | |
| tree | 1d6be52199fc665cae7cc740903420eb0495772b | |
| parent | 3c46c1a36eb4506c848b96c4052ddfc1843e423b (diff) | |
| download | textadept-32145930116473cfd04c938a788d13cd04bd3bd9.tar.gz textadept-32145930116473cfd04c938a788d13cd04bd3bd9.zip | |
Can load comprehensive menu from init.lua.
| -rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ package.path = mpath..';'..package.path require 'textadept' -- end modules +--require 'ext/menu' require 'ext/key_commands' if not RESETTING then |
