@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> @@ -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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2134275783@github.com>