@LiquidCake commented on this pull request.
> @@ -347,8 +706,13 @@ static gboolean on_document_focus_out(GObject *object,
> GeanyEditor *editor,
PluginCallback plugin_callbacks[] =
{
{ "document-new", (GCallback) &instantsave_document_new_cb, FALSE, NULL
},
+ { "document-new", (GCallback) &persistent_temp_files_document_new_cb,
FALSE, NULL },
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1650072257
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>