diff options
Diffstat (limited to 'doc/08_Preferences.md')
-rw-r--r-- | doc/08_Preferences.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index e4fbe4cf..f57e02ca 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -30,12 +30,12 @@ language modules. Many of Textadept's generic modules have configurable settings changeable from *~/.textadept/init.lua* after Textadept loads the module. The module's [LuaDoc][] lists these settings. For example, to disable character autopairing -with typeover and stripping trailing whitespace on save, add the following to -your *~/.textadept/init.lua*: +with typeover and strip trailing whitespace on save, add the +following to your *~/.textadept/init.lua*: textadept.editing.AUTOPAIR = false textadept.editing.TYPEOVER_CHARS = false - textadept.editing.STRIP_TRAILING_SPACES = false + textadept.editing.STRIP_TRAILING_SPACES = true To always hide the tab bar: |