emacs.d/lisp.d/org-mode.el

8 lines
116 B
EmacsLisp
Raw Normal View History

2013-08-17 22:54:35 +00:00
;
; Configure the TODO keyword sequence
2013-08-17 22:54:35 +00:00
;
(setq
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
)