From 0d2ec12263b1e1a0ef56b4d64284af4f7159667f Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 26 Apr 2026 20:50:02 +0200 Subject: [PATCH] config: add correct "directory" field to default configuration --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 83fff70..18a0fb3 100644 --- a/src/utils.c +++ b/src/utils.c @@ -138,7 +138,7 @@ void initAppFilesAndDirs(const char *home, const int shouldDebug) { error(!w, "program", "fopen failed opening %s"); fprintf(w, //TODO CHANGE default json "{\n" -" \"directory\": \"~/Documents/Notes/\",\n" +" \"directory\": [\"~/Documents/Notes/\"],\n" " \"render\": true,\n" " \"jumpToEndOfFileOnLaunch\": true,\n" " \"editor\": \"neovim\",\n"