summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorterru2026-07-27 14:15:01 +0200
committerterru2026-07-27 14:16:00 +0200
commita9e2cadb3a98d2be1a44aea145852408b3a378be (patch)
tree5d06521e3c3b24771c184295afa840b7ebc2ede9
parentddba451b5249fea786177b9698ea136310857c75 (diff)
org: new todo statesHEADmain
-rw-r--r--config.el2
1 files changed, 1 insertions, 1 deletions
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)