aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-07-29 18:27:06 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-07-29 18:27:06 -0400
commit36675f10b0cefaee7e9451b3eec3dfd715888625 (patch)
tree5a2135ef56b3e52bdf63fb4a82d4cec8c5e41eab /modules/textadept/init.lua
parent32da7ac1a36d2285daa3a0ee280f1730415f04cf (diff)
downloadtextadept-36675f10b0cefaee7e9451b3eec3dfd715888625.tar.gz
textadept-36675f10b0cefaee7e9451b3eec3dfd715888625.zip
Eliminated the need for keys.conf and keys.osx.conf.
Thanks to Robert Gieseke for the idea and prototype code.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 01493380..12b085c4 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -18,5 +18,5 @@ require 'textadept.snapopen'
require 'textadept.snippets'
-- These need to be loaded last.
-require 'textadept.menu'
require 'textadept.keys'
+require 'textadept.menu'