refactor(nvim): improve time/date handling for org mode
Using Sunday instead of Monday as start of weeks
This commit is contained in:
parent
b5765f5509
commit
16e4a2aa9e
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user