mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Add hash as a default tag symbol
This commit is contained in:
parent
49930e16f7
commit
87182a2a93
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