From 9cc9f312c3c156aaf2f97713bb3a760bd224c52d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 11 Jun 2010 19:04:10 -0400 Subject: Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua. --- doc/manual/6_Startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual/6_Startup.md') 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 -- cgit v1.2.3