summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)