From 87182a2a932479f298441fdcf3ffc7f61d7d9db6 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 15 Jan 2022 13:23:26 -0800 Subject: [PATCH] Add hash as a default tag symbol --- 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": "|",