From d468a62a42f778047586b307035a97361c54972c Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 11 Jan 2024 18:01:51 +0100 Subject: [PATCH] jrnl: Use plus symbol for tags Mirroring the taskwarrior setup, we use `+something` for tags, not the `@something` which (I think?) is the default. --- writing/.config/jrnl/jrnl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/writing/.config/jrnl/jrnl.yaml b/writing/.config/jrnl/jrnl.yaml index 35004a3..5971cb8 100644 --- a/writing/.config/jrnl/jrnl.yaml +++ b/writing/.config/jrnl/jrnl.yaml @@ -13,7 +13,7 @@ journals: default: journal: ~/documents/records/jrnl.md linewrap: 79 -tagsymbols: '#@' +tagsymbols: '+' template: false timeformat: '%F %r' version: v4.1