diff options
Diffstat (limited to 'doc/manual/6_Startup.md')
-rw-r--r-- | doc/manual/6_Startup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/6_Startup.md b/doc/manual/6_Startup.md index e5c98dac..4adbedc8 100644 --- a/doc/manual/6_Startup.md +++ b/doc/manual/6_Startup.md @@ -53,7 +53,7 @@ example: -- These need to be loaded last. --require 'textadept.menu' - require 'textadept.key_commands' + require 'textadept.keys' Please note Textadept does NOT load your `~/.textadept/init.lua`'s modules in addition to its own. This defeats the purpose of maximum extensibility. If your |