aboutsummaryrefslogtreecommitdiffhomepage
path: root/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:01:24 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:01:24 -0400
commitaf7f1ad5ad2bfd7e2935332d385ca05318419dc5 (patch)
tree5124ba26ac7efd9c85a863cfe245e577ffecd5bc /init.lua
parent8e66381a040f695f4203b28bc3f1d6818d0da7a2 (diff)
Moved core extension modules into textadept module.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/init.lua b/init.lua
index 080abad6..69b60ac2 100644
--- a/init.lua
+++ b/init.lua
@@ -11,16 +11,7 @@ local paths = {
package.path = table.concat(paths, ';')
if not user_dofile('init.lua') then
--- Core extension modules to load on startup.
-require 'ext/find' -- provides functionality for find/replace
-require 'ext/command_entry' -- provides tab-completion for the command entry
-
--- Generic modules to load on startup.
require 'textadept'
-
--- Core extension modules that must be loaded last.
-require 'ext/menu' -- provides the menu bar
-require 'ext/key_commands' -- provides key command support
end
if not RESETTING then