mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Print editor command in /executable overview
This commit is contained in:
parent
a4deec8b8d
commit
fc593ef90e
@ -2130,6 +2130,10 @@ cons_executable_setting(void)
|
|||||||
}
|
}
|
||||||
cons_show("Default '/url save' command (/executable urlsave) : %s", urlsave);
|
cons_show("Default '/url save' command (/executable urlsave) : %s", urlsave);
|
||||||
g_free(urlsave);
|
g_free(urlsave);
|
||||||
|
|
||||||
|
gchar* editor = prefs_get_string(PREF_COMPOSE_EDITOR);
|
||||||
|
cons_show("Default '/editor' command (/executable editor) : %s", editor);
|
||||||
|
g_free(editor);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user