Add hash as a default tag symbol

This commit is contained in:
Micah Jerome Ellison 2022-01-15 13:23:26 -08:00
parent 49930e16f7
commit 87182a2a93

View file

@ -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": "|",