feat(nvim): set orgmode win_split_mode to auto

This commit is contained in:
Price Hiller 2023-11-23 11:26:36 -06:00
parent 33201c016b
commit e639e1ebc0
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -37,6 +37,7 @@ return {
org_default_notes_file = "~/Notes/notes.org",
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 = {