diff options
author | 2010-06-10 23:53:20 -0400 | |
---|---|---|
committer | 2010-06-10 23:53:20 -0400 | |
commit | 7b000605365fc28542ac0bc50b41fc08c5a13f90 (patch) | |
tree | ad9591c527f07657b892b056a3fa3c3fdd1379a4 /init.lua | |
parent | 2ddb3c692bebf8011207f8c961ea5c89fb8beabb (diff) | |
download | textadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.tar.gz textadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.zip |
Moved textadept.mime_types into the textadept module.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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' |