diff options
Diffstat (limited to 'config/standard/e.src')
-rw-r--r-- | config/standard/e.src | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config/standard/e.src b/config/standard/e.src index 8a178982dc..6070023b27 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -846,12 +846,6 @@ group "E_Config" struct { value "priority" int: 0; } group "E_Config_Module" struct { - value "name" string: "conf_edgebindings"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - group "E_Config_Module" struct { value "name" string: "conf_paths"; value "enabled" uchar: 1; value "delayed" uchar: 1; @@ -864,7 +858,7 @@ group "E_Config" struct { value "priority" int: 0; } group "E_Config_Module" struct { - value "name" string: "conf_keybindings"; + value "name" string: "conf_bindings"; value "enabled" uchar: 1; value "delayed" uchar: 1; value "priority" int: 0; |