From 7b000605365fc28542ac0bc50b41fc08c5a13f90 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 10 Jun 2010 23:53:20 -0400 Subject: Moved textadept.mime_types into the textadept module. --- init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 672fd668..3cee810f 100644 --- a/init.lua +++ b/init.lua @@ -16,9 +16,6 @@ if not textadept.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 -require 'ext/mime_types' -- provides support for language detection based on - -- the file; loads its language-specific module if - -- it exists -- Generic modules to load on startup. require 'textadept' -- cgit v1.2.3