summaryrefslogtreecommitdiff
path: root/cfg.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.def.h')
-rw-r--r--cfg.def.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cfg.def.h b/cfg.def.h
index ad2c9cd..0ddbb5d 100644
--- a/cfg.def.h
+++ b/cfg.def.h
@@ -45,7 +45,7 @@ static struct command browser_commands[] = {
{ .bind = "f", .name = "firefox", .nchildren = 0, .children = NULL },
};
-static const struct command commands[] = {
+static struct command commands[] = {
{ .bind = "b",
.name = "browsers",
.nchildren = LENGTH(browser_commands),
@@ -53,8 +53,9 @@ static const struct command commands[] = {
},
{ .bind = "e",
- .name = "emacs-dev",
- .children = NULL,
+ .name = "emacs",
+ .command = "emacs-dev",
+ .children = 0,
.nchildren = 0
},
};