mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Add hash as a default tag symbol (#1398)
This commit is contained in:
parent
cd865e048e
commit
f37062c9b6
1 changed files with 1 additions and 1 deletions
|
@ -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": "|",
|
||||||
|
|
Loading…
Add table
Reference in a new issue