Commit 139162a4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

lua/intf: Default to rc instead of dummy since rc has a higher priority.

If the lua rc submodule gets autoselected because it has the higher priority, we need to correctly use it.
parent 97cb2682
......@@ -98,6 +98,7 @@ static const struct
const char *psz_shortcut;
const char *psz_name;
} pp_shortcuts[] = {
{ "", "rc" },
{ "luarc", "rc" },
{ "rc", "rc" },
{ "luahotkeys", "hotkeys" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment