aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-15 01:22:21 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-15 01:22:21 -0400
commit8125e421f7b23bad6b849a2860ff7cdd8d8de095 (patch)
tree18e5545b3eab16f89e3a244ba7943a9dea1f5d32 /modules/textadept/init.lua
parentf9db3ae35e605298dfb593c26610c34739c4f776 (diff)
downloadtextadept-8125e421f7b23bad6b849a2860ff7cdd8d8de095.tar.gz
textadept-8125e421f7b23bad6b849a2860ff7cdd8d8de095.zip
Added new lsnippets textadept module, updated other modules to use it.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index ea744c75..42240c1d 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -7,7 +7,7 @@ module('_m.textadept', package.seeall)
require 'textadept.editing'
require 'textadept.keys'
+require 'textadept.lsnippets'
require 'textadept.macros'
require 'textadept.mlines'
-require 'textadept.snippets'
require 'textadept.key_commands' -- last