jrnl: Use plus symbol for tags
Mirroring the taskwarrior setup, we use `+something` for tags, not the `@something` which (I think?) is the default.
This commit is contained in:
parent
8ef81d39ef
commit
d468a62a42
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ journals:
|
||||||
default:
|
default:
|
||||||
journal: ~/documents/records/jrnl.md
|
journal: ~/documents/records/jrnl.md
|
||||||
linewrap: 79
|
linewrap: 79
|
||||||
tagsymbols: '#@'
|
tagsymbols: '+'
|
||||||
template: false
|
template: false
|
||||||
timeformat: '%F %r'
|
timeformat: '%F %r'
|
||||||
version: v4.1
|
version: v4.1
|
||||||
|
|
Loading…
Reference in a new issue