mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
config: add correct "directory" field to default configuration
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user