aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-10 23:53:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-10 23:53:20 -0400
commit7b000605365fc28542ac0bc50b41fc08c5a13f90 (patch)
treead9591c527f07657b892b056a3fa3c3fdd1379a4 /init.lua
parent2ddb3c692bebf8011207f8c961ea5c89fb8beabb (diff)
downloadtextadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.tar.gz
textadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.zip
Moved textadept.mime_types into the textadept module.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 0 insertions, 3 deletions
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'