diff options
author | 2008-07-05 17:48:26 -0400 | |
---|---|---|
committer | 2008-07-05 17:48:26 -0400 | |
commit | fb4d3700aeebdf2145874607e8ba70b8303fe9ce (patch) | |
tree | cb93698725cd73e5a1993554bcd641d959e0248b | |
parent | 66bd054b717014121c374c84e36b0ff110992d42 (diff) | |
download | textadept-fb4d3700aeebdf2145874607e8ba70b8303fe9ce.tar.gz textadept-fb4d3700aeebdf2145874607e8ba70b8303fe9ce.zip |
Can load standard key commands from init.lua.
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ require 'textadept' -- end modules --require 'ext/menu' +--require 'ext/key_commands_std' require 'ext/key_commands' if not RESETTING then |