summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--emacs/custom/fcuny-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-org.el b/emacs/custom/fcuny-org.el
index faaae8d..653de9d 100644
--- a/emacs/custom/fcuny-org.el
+++ b/emacs/custom/fcuny-org.el
@@ -54,7 +54,7 @@
 
   (org-cycle-separator-lines 0)
   (org-startup-folded 'content)
-  (org-todo-keywords '((type "TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED")))
+  (org-todo-keywords '((sequence "TODO" "STARTED" "WAITING" "|" "DONE" "CANCELED")))
   (org-todo-keyword-faces
    '(("TODO" . (:foreground "red" :weight bold))
      ("STARTED" . (:foreground "red" :weight bold))