From fbe7fcf467bd7f947da72cc7a098728d4a6bf364 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 10 Jun 2010 23:39:07 -0400 Subject: Moved core/ext/keys.lua into core/ext/key_commands.lua. --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 18cfb431..672fd668 100644 --- a/init.lua +++ b/init.lua @@ -14,7 +14,6 @@ package.path = table.concat(paths, ';') if not textadept.user_dofile('init.lua') then -- Core extension modules to load on startup. -require 'ext/keys' -- provides key command support require 'ext/find' -- provides functionality for find/replace require 'ext/command_entry' -- provides tab-completion for the command entry require 'ext/mime_types' -- provides support for language detection based on @@ -26,7 +25,7 @@ require 'textadept' -- Core extension modules that must be loaded last. require 'ext/menu' -- provides the menu bar -require 'ext/key_commands' -- key commands +require 'ext/key_commands' -- provides key command support end if not RESETTING then -- cgit v1.2.3