From 3dbc9f47d929f503c42481191d0386fd2737aaff Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 7 Jan 2023 16:25:50 +0100 Subject: [PATCH] jrnl: Add to writing module Added base configuration of my digital journaling tool of choice jrnl to the writing package. --- writing/.config/jrnl/jrnl.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 writing/.config/jrnl/jrnl.yaml diff --git a/writing/.config/jrnl/jrnl.yaml b/writing/.config/jrnl/jrnl.yaml new file mode 100644 index 0000000..55bf761 --- /dev/null +++ b/writing/.config/jrnl/jrnl.yaml @@ -0,0 +1,19 @@ +colors: + body: none + date: none + tags: none + title: none +default_hour: 9 +default_minute: 0 +editor: nvim +encrypt: false +highlight: true +indent_character: '|' +journals: + default: + journal: ~/documents/records/jrnl.md +linewrap: 79 +tagsymbols: '#@' +template: false +timeformat: '%F %r' +version: v3.3