From 33201c016bae0e0fb9eec5b031c63590fa27760d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 23 Nov 2023 11:25:35 -0600 Subject: [PATCH] feat(nvim): add todo keywords to org-mode --- dots/.config/nvim/lua/plugins/configs/org-mode.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/nvim/lua/plugins/configs/org-mode.lua b/dots/.config/nvim/lua/plugins/configs/org-mode.lua index fdf8f5de..aeb3be20 100644 --- a/dots/.config/nvim/lua/plugins/configs/org-mode.lua +++ b/dots/.config/nvim/lua/plugins/configs/org-mode.lua @@ -36,6 +36,7 @@ return { org_agenda_files = "~/Notes/**/*", org_default_notes_file = "~/Notes/notes.org", org_startup_folded = "inherit", + org_todo_keywords = {'TODO(t)', 'NEXT(n)', '|', 'DONE(d)', "CANCELLED(c)" }, calendar_week_start_day = 0, org_agenda_start_on_weekday = 0, org_capture_templates = {