aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-01-17 15:50:06 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-01-17 15:50:06 -0500
commitd196ce1c86c27e0b07b2ee537da07e362f44e784 (patch)
tree4b3e7cdadc82657d7d3a2aaef2b69beabfc5299c /modules/textadept/init.lua
parent5b3d39a6ac36e344ae95666b6b60f3ee1d4e1057 (diff)
downloadtextadept-d196ce1c86c27e0b07b2ee537da07e362f44e784.tar.gz
textadept-d196ce1c86c27e0b07b2ee537da07e362f44e784.zip
Added Adeptsense.
Diffstat (limited to 'modules/textadept/init.lua')
-rw-r--r--modules/textadept/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index a6355397..01493380 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -5,6 +5,7 @@
-- It provides utilities for editing text in Textadept.
module('_m.textadept', package.seeall)
+require 'textadept.adeptsense'
require 'textadept.bookmarks'
require 'textadept.command_entry'
require 'textadept.editing'