From 172db1f616d3e99b676d9015039ad4847085b9de Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 26 Oct 2023 20:19:15 +0500 Subject: [jrnl] Add config --- files/.config/jrnl/jrnl.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/.config/jrnl/jrnl.yaml 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 -- cgit v1.2.3