diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index c9faed96..c4d2df4a 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2523,6 +2523,7 @@ static const struct cmd_t command_defs[] = { "/executable urlopen default", "/executable urlsave set <cmdtemplate>", "/executable urlsave default", + "/executable editor set <cmdtemplate>", "/executable vcard_photo set <cmdtemplate>", "/executable vcard_photo default") CMD_DESC( @@ -2545,7 +2546,7 @@ static const struct cmd_t command_defs[] = { "/executable urlsave set \"curl %u -o %p\"", "/executable urlsave default", "/executable vcard_photo set \"feh %p\"", - "/executable editor set vim") + "/executable editor set \"emacsclient -t\"") }, { CMD_PREAMBLE("/url", |