feat(nvim): set orgmode win_split_mode to auto
This commit is contained in:
parent
33201c016b
commit
e639e1ebc0
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user