mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
Add hash as a default tag symbol (#1398)
This commit is contained in:
parent
7fd1a9903a
commit
bb748db592
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,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
Add a link
Reference in a new issue