diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/08_Preferences.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/08_Preferences.md b/doc/08_Preferences.md index 2343b472..463c66c2 100644 --- a/doc/08_Preferences.md +++ b/doc/08_Preferences.md @@ -35,7 +35,7 @@ with typeover and stripping whitespace on save, add the following to your _M.textadept.editing.AUTOPAIR = false _M.textadept.editing.TYPEOVER_CHARS = false - _M.textadept.editing.STRIP_WHITESPACE_ON_SAVE = false + _M.textadept.editing.STRIP_TRAILING_SPACES = false Now suppose you want to load all of Textadept's default modules except for the menu. You cannot do this after-the-fact from *~/.textadept/init.lua*. Instead |