aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-08-10 17:12:50 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-08-10 17:12:50 -0400
commit6362d808eab3b9a7adf591d306687b439ba85031 (patch)
tree3934c3e539d0bfd5902bb09e013bf7216b4bee2f /modules/textadept/init.lua
parent473c7c0973a3f0760efac0e54c68b420695baff9 (diff)
downloadtextadept-6362d808eab3b9a7adf591d306687b439ba85031.tar.gz
textadept-6362d808eab3b9a7adf591d306687b439ba85031.zip
Macros can now be recorded, saved, played, browsed, etc.
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 ee985df3..ea744c75 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -7,6 +7,7 @@ module('_m.textadept', package.seeall)
require 'textadept.editing'
require 'textadept.keys'
+require 'textadept.macros'
require 'textadept.mlines'
require 'textadept.snippets'
require 'textadept.key_commands' -- last