diff options
author | 2012-09-12 11:24:11 -0400 | |
---|---|---|
committer | 2012-09-12 11:24:11 -0400 | |
commit | 9dc8ce16a1efc6482db6f1d5456d42958e79a06c (patch) | |
tree | e26ff636143fc74f92a6a3359a73e93194da6bc3 /themes/light/buffer.lua | |
parent | 4305f32ac153b7a45a1c001da2fcd412af905168 (diff) | |
download | textadept-9dc8ce16a1efc6482db6f1d5456d42958e79a06c.tar.gz textadept-9dc8ce16a1efc6482db6f1d5456d42958e79a06c.zip |
Documentation overhaul.
Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
Diffstat (limited to 'themes/light/buffer.lua')
-rw-r--r-- | themes/light/buffer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua index 26c8f6d2..eb0da320 100644 --- a/themes/light/buffer.lua +++ b/themes/light/buffer.lua @@ -11,6 +11,6 @@ buffer.property['fold.line.comments'] = '0' -- Tabs and Indentation. buffer.tab_width = 2 buffer.use_tabs = false -buffer.indent = 2 +--buffer.indent = 2 buffer.tab_indents = true buffer.back_space_un_indents = true |