aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-22 12:41:22 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-22 12:41:22 -0500
commit38e32a9a93904a768d4d56516ff547963b570cfc (patch)
tree7577b292aac7e4d6307764d137bb7f758d64c322
parent5cac0caa3bda8b390f80aa6065bbee9c45a379c2 (diff)
downloadtextadept-38e32a9a93904a768d4d56516ff547963b570cfc.tar.gz
textadept-38e32a9a93904a768d4d56516ff547963b570cfc.zip
Enable the menubar by default; init.lua
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 77caff9d..1c3e9904 100644
--- a/init.lua
+++ b/init.lua
@@ -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'