Add WAITING keyword to tasks

This commit is contained in:
coolneng 2019-11-23 18:56:39 +01:00
parent 95bb1475de
commit d49756c711
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

View File

@ -568,7 +568,8 @@ before packages are loaded."
(setq org-todo-keywords '((sequence "TODO" "NEXT" "WAITING" "INACTIVE" "|" "DONE" "CANCELLED")))
(setq org-todo-keyword-faces
'(("INACTIVE" . "violet")
("NEXT" . "turquoise")))
("NEXT" . "turquoise")
("WAITING" . "brown")))
)
;; Do not write anything past this comment. This is where Emacs will