diff --git a/configs/init-org.el b/configs/init-org.el index 9bd2243..6c761a8 100644 --- a/configs/init-org.el +++ b/configs/init-org.el @@ -131,7 +131,7 @@ '(("TODO" . "#ff6464") ("DOING" . "yellow") ("DONE" . "green") - ("WAITING" . "orange") + ("HOLD" . "orange") ("CANCELED" . "#aaa")) )