Add hash as a default tag symbol (#1398)

This commit is contained in:
Micah Jerome Ellison 2022-02-05 13:06:03 -08:00 committed by GitHub
parent cd865e048e
commit f37062c9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ def get_default_config():
"default_hour": 9, "default_hour": 9,
"default_minute": 0, "default_minute": 0,
"timeformat": "%Y-%m-%d %H:%M", "timeformat": "%Y-%m-%d %H:%M",
"tagsymbols": "@", "tagsymbols": "#@",
"highlight": True, "highlight": True,
"linewrap": 79, "linewrap": 79,
"indent_character": "|", "indent_character": "|",