diff --git a/dots/.config/nvim/lua/plugins/configs/org-mode.lua b/dots/.config/nvim/lua/plugins/configs/org-mode.lua index dcf080af..1486d85f 100644 --- a/dots/.config/nvim/lua/plugins/configs/org-mode.lua +++ b/dots/.config/nvim/lua/plugins/configs/org-mode.lua @@ -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,