From d49756c711bd8c550612c254b71ccb3367bb225f Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 23 Nov 2019 18:56:39 +0100 Subject: [PATCH] Add WAITING keyword to tasks --- emacs/.spacemacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 1ebf3f8..a54b44f 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -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