Change todo keyword from WAITING to HOLD.

This commit is contained in:
KJ 2024-04-22 00:19:26 -04:00
parent dd1398415d
commit 30fbba45db
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
'(("TODO" . "#ff6464")
("DOING" . "yellow")
("DONE" . "green")
("WAITING" . "orange")
("HOLD" . "orange")
("CANCELED" . "#aaa"))
)