diff options
author | 2009-01-05 23:02:04 -0500 | |
---|---|---|
committer | 2009-01-05 23:02:04 -0500 | |
commit | 87a6393a09780e81c6ed39c454df57b847ae4401 (patch) | |
tree | 048450786fb22fc013d2ad9557c07f70eefb0803 /modules | |
parent | 40518ad4d4538b4bc7d1c063dda715fd9601b9c9 (diff) | |
download | textadept-87a6393a09780e81c6ed39c454df57b847ae4401.tar.gz textadept-87a6393a09780e81c6ed39c454df57b847ae4401.zip |
Add bookmarks to the textadept module and menu.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/init.lua | 1 |
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' |