diff options
author | 2007-09-24 23:06:53 -0400 | |
---|---|---|
committer | 2007-09-24 23:06:53 -0400 | |
commit | f0a91b798764dee85dc919bf71d63a93ec3a68d4 (patch) | |
tree | e7fb99ac9be6cb1524bc0e23a8ba7ab92597301d /init.lua | |
parent | bc45d6d081ebe6e2c26e5691d7242c1042472244 (diff) | |
download | textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.tar.gz textadept-f0a91b798764dee85dc919bf71d63a93ec3a68d4.zip |
Updated documentation.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |