aboutsummaryrefslogtreecommitdiff
path: root/themes/term
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:24:11 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-09-12 11:24:11 -0400
commit9dc8ce16a1efc6482db6f1d5456d42958e79a06c (patch)
treee26ff636143fc74f92a6a3359a73e93194da6bc3 /themes/term
parent4305f32ac153b7a45a1c001da2fcd412af905168 (diff)
downloadtextadept-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/term')
-rw-r--r--themes/term/buffer.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/term/buffer.lua b/themes/term/buffer.lua
index 2f2aef61..8f5ca3fe 100644
--- a/themes/term/buffer.lua
+++ b/themes/term/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