diff options
author | 2008-12-22 12:41:22 -0500 | |
---|---|---|
committer | 2008-12-22 12:41:22 -0500 | |
commit | 38e32a9a93904a768d4d56516ff547963b570cfc (patch) | |
tree | 7577b292aac7e4d6307764d137bb7f758d64c322 | |
parent | 5cac0caa3bda8b390f80aa6065bbee9c45a379c2 (diff) | |
download | textadept-38e32a9a93904a768d4d56516ff547963b570cfc.tar.gz textadept-38e32a9a93904a768d4d56516ff547963b570cfc.zip |
Enable the menubar by default; init.lua
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ package.path = mpath..';'..package.path require 'textadept' -- end modules ---require 'ext/menu' +require 'ext/menu' --require 'ext/key_commands_std' --require 'ext/key_commands_mac' require 'ext/key_commands' |