refactor(nvim): remove org start weekday overrides

This commit is contained in:
Price Hiller 2023-11-29 15:51:41 -06:00
parent 173f557147
commit 9fbd1226a8
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -38,8 +38,6 @@ return {
org_startup_folded = "inherit",
org_todo_keywords = {'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', "CANCELLED(c)" },
win_split_mode = "auto",
calendar_week_start_day = 0,
org_agenda_start_on_weekday = 0,
org_capture_templates = {
t = {
description = "Todo",