aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua
index c58bc68e..90505dec 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -18,8 +18,6 @@ _M = {} -- modules table
-- LuaJIT compatibility.
if jit then module, package.searchers, bit32 = nil, package.loaders, bit end
-gui.set_theme()
-
--[[ This comment is for LuaDoc.
---
-- Extends Lua's _G table to provide extra functions and fields for Textadept.