From f37062c9b6383891e8d8f4c6cb96d48fc5f4f0fa Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 5 Feb 2022 13:06:03 -0800 Subject: [PATCH] Add hash as a default tag symbol (#1398) --- jrnl/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrnl/config.py b/jrnl/config.py index 035fb34a..b38b6cef 100644 --- a/jrnl/config.py +++ b/jrnl/config.py @@ -89,7 +89,7 @@ def get_default_config(): "default_hour": 9, "default_minute": 0, "timeformat": "%Y-%m-%d %H:%M", - "tagsymbols": "@", + "tagsymbols": "#@", "highlight": True, "linewrap": 79, "indent_character": "|",