;
; Configure the TODO keyword sequence
(setq
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)