summaryrefslogtreecommitdiff
path: root/elchemy-user.el
diff options
context:
space:
mode:
Diffstat (limited to 'elchemy-user.el')
-rw-r--r--elchemy-user.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/elchemy-user.el b/elchemy-user.el
index 8f42974..0051d12 100644
--- a/elchemy-user.el
+++ b/elchemy-user.el
@@ -80,6 +80,7 @@
'((sequence "TODO(t)"
"STRT(s)"
"WAIT(w)"
+ "CYCL(c)"
"|"
"DONE(d)"
"KILL(k)")
@@ -106,8 +107,7 @@
("STRT" . +org-todo-active)
("[?]" . +org-todo-onhold)
("WAIT" . +org-todo-onhold)
- ("HOLD" . +org-todo-onhold)
- ("PROJ" . +org-todo-project)
+ ("CYCL" . "Blue")
("NO" . +org-todo-cancel)
("KILL" . +org-todo-cancel)))