From ba379a1d6ef2be2a7a7a2b9d7581f538a9f8dfc4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 14 Feb 2024 14:31:50 -0600 Subject: [PATCH] feat(nvim): enable notifications in org mode --- dots/.config/nvim/lua/plugins/configs/org-mode.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dots/.config/nvim/lua/plugins/configs/org-mode.lua b/dots/.config/nvim/lua/plugins/configs/org-mode.lua index 1e3f2d7b..55811aac 100644 --- a/dots/.config/nvim/lua/plugins/configs/org-mode.lua +++ b/dots/.config/nvim/lua/plugins/configs/org-mode.lua @@ -19,12 +19,12 @@ 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 } - -- }, + 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",