diff options
Diffstat (limited to 'doc/manual/6_Startup.md')
-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' |