diff options
author | 2010-06-10 23:53:20 -0400 | |
---|---|---|
committer | 2010-06-10 23:53:20 -0400 | |
commit | 7b000605365fc28542ac0bc50b41fc08c5a13f90 (patch) | |
tree | ad9591c527f07657b892b056a3fa3c3fdd1379a4 /modules/textadept/init.lua | |
parent | 2ddb3c692bebf8011207f8c961ea5c89fb8beabb (diff) | |
download | textadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.tar.gz textadept-7b000605365fc28542ac0bc50b41fc08c5a13f90.zip |
Moved textadept.mime_types into the textadept module.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r-- | modules/textadept/init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 027a9518..bd4245c9 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -7,6 +7,7 @@ module('_m.textadept', package.seeall) require 'textadept.bookmarks' require 'textadept.editing' -require 'textadept.snippets' +require 'textadept.mime_types' require 'textadept.run' require 'textadept.session' +require 'textadept.snippets' |