aboutsummaryrefslogtreecommitdiff
path: root/themes/scite/buffer.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:45:47 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 19:45:47 -0500
commit6c1afd75fc048e65cef5bfdbe68c79a082bdad43 (patch)
tree24762aa32430ca2eeb71b9c344807bb190ef6c62 /themes/scite/buffer.lua
parentcd23ca3323ce3ade5e83c20bb4d921dc7d45639a (diff)
downloadtextadept-6c1afd75fc048e65cef5bfdbe68c79a082bdad43.tar.gz
textadept-6c1afd75fc048e65cef5bfdbe68c79a082bdad43.zip
Added more options for themes.
Diffstat (limited to 'themes/scite/buffer.lua')
-rwxr-xr-x[-rw-r--r--]themes/scite/buffer.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua
index d22dd934..9893d81f 100644..100755
--- a/themes/scite/buffer.lua
+++ b/themes/scite/buffer.lua
@@ -7,14 +7,9 @@ local buffer = buffer
buffer.property['fold'] = '1'
buffer.property['fold.by.indentation'] = '1'
--- Tabs and indentation.
+-- Tabs and Indentation.
buffer.tab_width = 2
buffer.use_tabs = false
buffer.indent = 2
buffer.tab_indents = true
buffer.back_space_un_indents = true
-buffer.indentation_guides = 1
-
--- Various.
-buffer.auto_c_choose_single = true
-buffer.additional_selection_typing = true