aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/buffer.lua')
-rw-r--r--themes/light/buffer.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
deleted file mode 100644
index e86af33a..00000000
--- a/themes/light/buffer.lua
+++ /dev/null
@@ -1,16 +0,0 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
--- Light editor theme for Textadept.
-
-local buffer = buffer
-
--- Folding.
-buffer.property['fold'] = '1'
-buffer.property['fold.by.indentation'] = '1'
-buffer.property['fold.line.comments'] = '0'
-
--- Tabs and Indentation.
-buffer.tab_width = 2
-buffer.use_tabs = false
---buffer.indent = 2
-buffer.tab_indents = true
-buffer.back_space_un_indents = true