diff --git a/jrnl/config.py b/jrnl/config.py index b36e9df5..80080123 100644 --- a/jrnl/config.py +++ b/jrnl/config.py @@ -90,7 +90,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": "|",