8 lines
116 B
EmacsLisp
8 lines
116 B
EmacsLisp
;
|
|
; Configure the TODO keyword sequence
|
|
;
|
|
|
|
(setq
|
|
org-todo-keywords '((sequence "PENDING" "IN_PROGRESS" "DONE"))
|
|
)
|