jrnl: Add to writing module
Added base configuration of my digital journaling tool of choice jrnl to the writing package.
This commit is contained in:
parent
3514e0afb5
commit
3dbc9f47d9
1 changed files with 19 additions and 0 deletions
19
writing/.config/jrnl/jrnl.yaml
Normal file
19
writing/.config/jrnl/jrnl.yaml
Normal file
|
@ -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
|
Loading…
Reference in a new issue