aboutsummaryrefslogtreecommitdiff
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/buffer.lua')
-rw-r--r--themes/light/buffer.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 9d62eb38..f31d8d3d 100644
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -1,7 +1,8 @@
-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Light editor theme for Textadept.
-local textadept, buffer = textadept, buffer
+local textadept = _G.textadept
+local buffer = buffer
-- folding
buffer.property['fold'] = '1'