feat(nvim): enable the orgmode notification engine

This commit is contained in:
Price Hiller 2024-02-04 01:39:19 -06:00
parent 053cc425c1
commit 86ee347e45
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -35,6 +35,13 @@ return {
"~/Git/College/**/*",
"~/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_agenda_start_day = "-1d",
calendar_week_start_day = 0,