diff options
| author | Anton Bobov <anton@bobov.name> | 2023-10-26 20:19:15 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-10-27 14:26:58 +0500 |
| commit | 172db1f616d3e99b676d9015039ad4847085b9de (patch) | |
| tree | c8c419c839ec80481eb9f52a269a0bbc281c070a /files/.config | |
| parent | ca4e91b2a2f9f679be182549905adf25e6506b80 (diff) | |
[jrnl] Add config
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/jrnl/jrnl.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/.config/jrnl/jrnl.yaml b/files/.config/jrnl/jrnl.yaml new file mode 100644 index 0000000..0b19ab6 --- /dev/null +++ b/files/.config/jrnl/jrnl.yaml @@ -0,0 +1,20 @@ +--- +colors: + body: none + date: none + tags: none + title: none +default_hour: 9 +default_minute: 0 +editor: vim +encrypt: false +highlight: true +indent_character: '|' +journals: + default: + journal: /home/anton/Dropbox/jrnl/journal.txt +linewrap: 79 +tagsymbols: '#@' +template: false +timeformat: '%Y-%m-%d %H:%M' +version: v4.0.1 |
