diff options
author | 2010-06-15 13:21:56 -0400 | |
---|---|---|
committer | 2010-06-15 13:21:56 -0400 | |
commit | f3bb9601ac824c2ff8fa12e37029bb15177c6583 (patch) | |
tree | ed7b79ef8f121b513230f1be29c78bc8a125d27e /doc | |
parent | 6169e7d42c434ef6a01b199e0f2729a25b389e43 (diff) | |
download | textadept-f3bb9601ac824c2ff8fa12e37029bb15177c6583.tar.gz textadept-f3bb9601ac824c2ff8fa12e37029bb15177c6583.zip |
Removed user_dofile() of keys and snippets.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/6_Startup.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/manual/6_Startup.md b/doc/manual/6_Startup.md index 4adbedc8..aff0ac1d 100644 --- a/doc/manual/6_Startup.md +++ b/doc/manual/6_Startup.md @@ -34,10 +34,6 @@ example: -- In ~/.textadept/init.lua - -- Load my modules in '~/.textadept/modules'. - require 'foo' - require 'bar' - -- Do not load all of textadept's modules. --require 'textadept' |