-- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light editor theme for Textadept. local textadept = _G.textadept local buffer = buffer -- folding buffer.property['fold'] = '1' buffer.property['fold.by.indentation'] = '1' -- 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