aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2007-09-24 23:06:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2007-09-24 23:06:53 -0400
commitf0a91b798764dee85dc919bf71d63a93ec3a68d4 (patch)
treee7fb99ac9be6cb1524bc0e23a8ba7ab92597301d /init.lua
parentbc45d6d081ebe6e2c26e5691d7242c1042472244 (diff)
downloadtextadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.tar.gz
textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.zip
Updated documentation.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 88124aad..b13a939e 100644
--- a/init.lua
+++ b/init.lua
@@ -7,6 +7,7 @@ require 'ext/mime_types'
local mpath = _HOME..'modules/?.lua;'.._HOME..'/modules/?/init.lua'
package.path = package.path..';'..mpath
+-- modules to load on startup
require 'textadept'
local textadept = textadept