refactor(nvim): improve time/date handling for org mode

Using Sunday instead of Monday as start of weeks
This commit is contained in:
Price Hiller 2024-01-21 01:17:55 -06:00
parent b5765f5509
commit 16e4a2aa9e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -35,6 +35,9 @@ return {
"~/Notes/**/*"
},
org_default_notes_file = "~/Notes/notes.org",
org_agenda_start_day = "-1d",
calendar_week_start_day = 0,
org_agenda_span = "month",
org_startup_folded = "inherit",
org_todo_keywords = { "TODO(t)", "NEXT(n)", "|", "DONE(d)", "CANCELLED(c)" },
win_split_mode = "auto",