aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-10-07 19:31:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-10-07 19:31:20 -0400
commitb7380f66ab0ba1815a4da0adfa0c9d03be582df8 (patch)
treefecb406d68c15b20237d77161dfcedc4b3f3e8fa /modules/textadept/init.lua
parentaf47e2fb39f959bb9cdcf74bd834d83687e1ec3f (diff)
downloadtextadept-b7380f66ab0ba1815a4da0adfa0c9d03be582df8.tar.gz
textadept-b7380f66ab0ba1815a4da0adfa0c9d03be582df8.zip
Moved key command manager to core.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 42240c1d..6b807a32 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -6,8 +6,6 @@
module('_m.textadept', package.seeall)
require 'textadept.editing'
-require 'textadept.keys'
require 'textadept.lsnippets'
require 'textadept.macros'
require 'textadept.mlines'
-require 'textadept.key_commands' -- last