From 9dc8ce16a1efc6482db6f1d5456d42958e79a06c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 12 Sep 2012 11:24:11 -0400 Subject: 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. --- themes/light/buffer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/light/buffer.lua') 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 -- cgit v1.2.3