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

8 lines
116 B
EmacsLisp

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