From 91d84c4643618e080e1f9abb70416ada5d03db73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Oct 2012 20:45:41 -0400 Subject: Continued updating documentation formatting. --- doc/08_Preferences.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'doc/08_Preferences.md') diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index 49e7b4a1..a8b4c15d 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -20,15 +20,16 @@ empty, no modules are loaded (pretty much rendering Textadept useless). It is never recommended to modify the default modules that come with Textadept, even if you just want to change an option in a generic module, modify the buffer -settings for a language-specific module, edit file types, or just add a small -bit of custom code. Those changes may be overwritten when you upgrade Textadept -to a newer version. Instead you have two options: load your own module instead -of the default one, or run your custom module code after the default module -loads. To load your own module, simply place it appropriately in -*~/.textadept/modules/*. To run your module code after a default generic module -loads, put your code in *~/.textadept/init.lua*. To run your module code after a -default language-specific module loads, create a *post_init.lua* Lua script in -the appropriate *~/.textadept/modules/* module folder. +settings for a language-specific module, edit file types, or add a small bit of +custom code. Those changes may be overwritten when you upgrade Textadept to a +newer version. Instead you have two options: load your own module instead of the +default one, or run your custom module code after the default module loads. To +load your own module, simply place it appropriately in *~/.textadept/modules/*. +To run your module code after a default generic module loads, put your code in +*~/.textadept/init.lua*. To run your module code after a default +language-specific module loads, create a *post_init.lua* Lua script in the +appropriate *~/.textadept/modules/* module folder. These methods are discussed +below. ### Generic -- cgit v1.2.3