diff options
Diffstat (limited to 'jrnl.yaml')
-rw-r--r-- | jrnl.yaml | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,4 +1,19 @@ +colors: + body: none + date: BLUE + tags: CYAN + title: none +default_hour: 9 +default_minute: 0 +editor: vim +encrypt: false +highlight: true +indent_character: '|' journals: default: ~/Documents/Notes/Scratch/jrnl.txt - work: ~/Documents/Notes/Scratch/jrnl_mod.txt -highlight: true + work: ~/Documents/Notes/Scratch/jrnl_mod.txt +linewrap: 79 +tagsymbols: '#@' +template: false +timeformat: '%F %r' +version: v4.1 |