feat(nvim): enable the orgmode notification engine
This commit is contained in:
parent
053cc425c1
commit
86ee347e45
@ -35,6 +35,13 @@ return {
|
|||||||
"~/Git/College/**/*",
|
"~/Git/College/**/*",
|
||||||
"~/Notes/**/*",
|
"~/Notes/**/*",
|
||||||
},
|
},
|
||||||
|
notifications = {
|
||||||
|
enabled = true,
|
||||||
|
cron_enabled = true,
|
||||||
|
repeater_reminder_time = { 2880, 1440, 720, 360, 180, 60, 30, 15, 10, 5, 0 },
|
||||||
|
deadline_warning_reminder_time = { 2880, 1440, 720, 360, 180, 60, 30, 15, 10, 5, 0 }
|
||||||
|
},
|
||||||
|
org_id_link_to_org_use_id = true,
|
||||||
org_default_notes_file = "~/Notes/notes.org",
|
org_default_notes_file = "~/Notes/notes.org",
|
||||||
org_agenda_start_day = "-1d",
|
org_agenda_start_day = "-1d",
|
||||||
calendar_week_start_day = 0,
|
calendar_week_start_day = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user