aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-01-05 23:02:04 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2009-01-05 23:02:04 -0500
commit87a6393a09780e81c6ed39c454df57b847ae4401 (patch)
tree048450786fb22fc013d2ad9557c07f70eefb0803 /modules/textadept
parent40518ad4d4538b4bc7d1c063dda715fd9601b9c9 (diff)
downloadtextadept-87a6393a09780e81c6ed39c454df57b847ae4401.tar.gz
textadept-87a6393a09780e81c6ed39c454df57b847ae4401.zip
Add bookmarks to the textadept module and menu.
Diffstat (limited to 'modules/textadept')
-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 0d038490..54ef25aa 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.bookmarks'
require 'textadept.editing'
require 'textadept.lsnippets'
require 'textadept.macros'