diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua index fe1a6e05..a0da9f94 100644 --- a/core/init.lua +++ b/core/init.lua @@ -3,7 +3,6 @@ _RELEASE = "Textadept 6.0 beta 3" package.path = _HOME..'/core/?.lua;'..package.path -os.setlocale('C', 'collate') if jit then require 'compat' end -- compatibility for LuaJIT _SCINTILLA = require 'iface' |