From a9e2cadb3a98d2be1a44aea145852408b3a378be Mon Sep 17 00:00:00 2001 From: terru Date: Mon, 27 Jul 2026 14:15:01 +0200 Subject: org: new todo states --- config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.el b/config.el index 7347062..ebdd218 100644 --- a/config.el +++ b/config.el @@ -26,7 +26,7 @@ (after! org (setq org-todo-keywords - '((sequence "TODO" "PROGRESS" "IDEA" "IDLE" "|" "DONE" "DISCARDED") + '((sequence "TODO" "PROGRESS" "IDEA" "WAITING" "QUESTION" "IDLE" "|" "DONE" "DISCARDED" "AWAITED") (sequence "[ ](T)" "[X](D)")) org-todo-keyword-faces '(("[-]" . +org-todo-active) -- cgit v1.3.1