fix: Add full-year to default options set

This commit is contained in:
Marty Oehme 2025-06-11 14:41:45 +02:00
parent bdcdfd207c
commit dc4c30e2e1
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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)