aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r--modules/cpp/commands.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index db4197c5..2a47407d 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -9,7 +9,9 @@ local keys = _G.keys
if type(keys) == 'table' then
local m_editing = _m.textadept.editing
keys.cpp = {
- al = { textadept.io.open, _HOME..'/modules/cpp/init.lua' },
+ al = {
+ m = { textadept.io.open, _HOME..'/modules/cpp/init.lua' },
+ },
['s\n'] = { function()
buffer:line_end()
buffer:add_text(';')