aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-11-23 19:09:21 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-11-23 19:09:21 -0500
commit5f29cb8190dbee6bb10b4eb904c8c39750de352d (patch)
treeef9d178b4834087d829702d4894ec3b9330f3c0b /themes/light/buffer.lua
parent1f3bbef0357b89f82a65d1e67caa1980eee3f40b (diff)
Code cleanup.
Also modified the editing module's enclose() and select_enclosed() functions.
Diffstat (limited to 'themes/light/buffer.lua')
-rw-r--r--themes/light/buffer.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 1bb9a7da..610d7f25 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -3,11 +3,11 @@
local buffer = buffer
--- folding
+-- Folding.
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
@@ -15,6 +15,6 @@ buffer.tab_indents = true
buffer.back_space_un_indents = true
buffer.indentation_guides = 1
--- various
+-- Various.
buffer.auto_c_choose_single = true
buffer.additional_selection_typing = true