diff options
author | 2008-12-14 19:08:25 -0500 | |
---|---|---|
committer | 2008-12-14 19:08:25 -0500 | |
commit | f2ac8487d2f9d6f1ff560d0991dbb1f214271891 (patch) | |
tree | 0c7caf372b20f0649520cfd3bd4984b5ce9b25a6 | |
parent | 73b0570053fcadd5794ff5cbaae433cd694598b1 (diff) | |
download | textadept-f2ac8487d2f9d6f1ff560d0991dbb1f214271891.tar.gz textadept-f2ac8487d2f9d6f1ff560d0991dbb1f214271891.zip |
Added option to load key_commands_mac to init.lua.
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ require 'textadept' --require 'ext/menu' --require 'ext/key_commands_std' +--require 'ext/key_commands_mac' require 'ext/key_commands' if not RESETTING then |