diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 14:31:55 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 14:31:55 +0000 |
commit | 7a4c65550cadd6b34c3241f7c8d08261894b0bfc (patch) | |
tree | af46e550183aec543d94bdfe650125c8c9a71446 | |
parent | ffa59da8a19dc73e4de017b87e2e34c7750c69db (diff) |
Adds jrnl config file
-rw-r--r-- | jrnl.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jrnl.yaml b/jrnl.yaml new file mode 100644 index 0000000..d61dfa7 --- /dev/null +++ b/jrnl.yaml @@ -0,0 +1,4 @@ +journals: + default: ~/Documents/Notes/Scratch/jrnl.txt + work: ~/Documents/Notes/Scratch/jrnl_mod.txt +highlight: true |