mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 18:30:45 +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");
|
error(!w, "program", "fopen failed opening %s");
|
||||||
fprintf(w, //TODO CHANGE default json
|
fprintf(w, //TODO CHANGE default json
|
||||||
"{\n"
|
"{\n"
|
||||||
" \"directory\": \"~/Documents/Notes/\",\n"
|
" \"directory\": [\"~/Documents/Notes/\"],\n"
|
||||||
" \"render\": true,\n"
|
" \"render\": true,\n"
|
||||||
" \"jumpToEndOfFileOnLaunch\": true,\n"
|
" \"jumpToEndOfFileOnLaunch\": true,\n"
|
||||||
" \"editor\": \"neovim\",\n"
|
" \"editor\": \"neovim\",\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user