config/jrnl: convert to template
This commit is contained in:
parent
b48f70201a
commit
75a0bd7fa9
|
@ -5,14 +5,13 @@ colors:
|
|||
title: blue
|
||||
default_hour: 0
|
||||
default_minute: 0
|
||||
editor: /home/janek/.local/bin/scripts/emacstty +99999
|
||||
editor: /home/janekf/.local/bin/scripts/emacstty +99999
|
||||
encrypt: false
|
||||
highlight: true
|
||||
indent_character: '|'
|
||||
journals:
|
||||
default: ~/data/2-box/journal/jrnl.txt
|
||||
intentions: ~/data/2-box/journal/intentions.txt
|
||||
intentions-nug: ~/data/2-box/journal/intentions-nug.txt
|
||||
nug: ~/data/2-box/journal/nugnug.txt
|
||||
linewrap: 99
|
||||
tagsymbols: '@'
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
colors:
|
||||
body: none
|
||||
date: green
|
||||
tags: yellow
|
||||
title: blue
|
||||
default_hour: 0
|
||||
default_minute: 0
|
||||
editor: {{ env.HOME }}/.local/bin/scripts/emacstty +99999
|
||||
encrypt: false
|
||||
highlight: true
|
||||
indent_character: '|'
|
||||
journals:
|
||||
default: ~/data/2-box/journal/jrnl.txt
|
||||
intentions: ~/data/2-box/journal/intentions.txt
|
||||
nug: ~/data/2-box/journal/nugnug.txt
|
||||
linewrap: 99
|
||||
tagsymbols: '@'
|
||||
template: false
|
||||
timeformat: '%Y-%m-%d %a %H:%M'
|
||||
version: v2.8.4
|
Loading…
Reference in New Issue