fix: Add full-year to default options set
This commit is contained in:
parent
bdcdfd207c
commit
dc4c30e2e1
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ DEFAULT_OPTIONS = {
|
||||||
"default-formatter": "python",
|
"default-formatter": "python",
|
||||||
"title-words": 3,
|
"title-words": 3,
|
||||||
"title-chars": -1,
|
"title-chars": -1,
|
||||||
|
"full-year": True,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
papis.config.register_default_settings(DEFAULT_OPTIONS)
|
papis.config.register_default_settings(DEFAULT_OPTIONS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue