diff options
author | 2013-06-12 12:18:44 -0400 | |
---|---|---|
committer | 2013-06-12 12:18:44 -0400 | |
commit | 76bf447b66be5ffe6db007b7d97a0e9687d96e40 (patch) | |
tree | 7109169e46d52ef2ea14eea553a6849831be4ee3 /doc/08_Preferences.md | |
parent | 97a931b5dc1153f5ef8bc049bef0f064f8b278b0 (diff) | |
download | textadept-76bf447b66be5ffe6db007b7d97a0e9687d96e40.tar.gz textadept-76bf447b66be5ffe6db007b7d97a0e9687d96e40.zip |
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
Diffstat (limited to 'doc/08_Preferences.md')
-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 |