refactor(nvim): orgmode deadline warning days to 0
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m8s

This commit is contained in:
Price Hiller 2024-06-12 04:59:09 -05:00
parent 6f16a07a4e
commit 2bb73dade5
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -34,6 +34,7 @@ return {
calendar_week_start_day = 0,
org_log_into_drawer = "LOGBOOK",
org_tags_column = 0,
org_deadline_warning_days = 0,
org_agenda_start_on_weekday = false,
org_agenda_span = "month",
org_startup_folded = "inherit",