enable 'everything' by default. no keybinding decided yet

SVN revision: 42503
This commit is contained in:
Hannes Janetzek 2009-09-15 22:18:57 +00:00
parent 420316641a
commit 803083eade
1 changed files with 8 additions and 0 deletions

View File

@ -472,6 +472,14 @@ group "E_Config" struct {
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "themes" list {
group "E_Config_Theme" struct {
value "category" string: "theme";