From 007f623ad8fc8de7a65bff82a603b853ad5b445f Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Thu, 30 Mar 2023 21:44:26 +0100 Subject: Editor executable support flags * Make editor executable into a string to be able to support (multiple) flags. * Change /help executable to suit this new feature Signed-off-by: Daniel Santos --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index c9faed96..0a996a44 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2545,7 +2545,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", -- cgit 1.4.1-2-gfad0