mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 22:46:12 +02:00
Change default config to use journal key instead of journal name as key for file path (#1594)
This commit is contained in:
parent
dd7f59cef7
commit
ceff398a01
3 changed files with 4 additions and 4 deletions
|
@ -91,7 +91,7 @@ def get_config_path():
|
|||
def get_default_config():
|
||||
return {
|
||||
"version": __version__,
|
||||
"journals": {"default": get_default_journal_path()},
|
||||
"journals": {"default": {"journal": get_default_journal_path()}},
|
||||
"editor": os.getenv("VISUAL") or os.getenv("EDITOR") or "",
|
||||
"encrypt": False,
|
||||
"template": False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue