diff options
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/commands.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua index f3dbe333..2b59f171 100644 --- a/modules/lua/commands.lua +++ b/modules/lua/commands.lua @@ -71,7 +71,6 @@ end local keys = _G.keys if type(keys) == 'table' then local m_editing = _m.textadept.editing - local m_handlers = textadept.handlers keys.lua = { al = { textadept.io.open, _HOME..'/modules/lua/init.lua' }, ac = { |