Browse Source

Add custom TODO sequence

main
parent
commit
added4eff6
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 3
      README.org

3
README.org

@ -2018,6 +2018,9 @@ Org-mode[fn:53] is a document editing and organizing mode, designed for notes, p
(setq org-export-html-validation-link nil
org-html-validation-link nil)
;; Configure the keywords in the TODO -> DONE sequence.
(setq org-todo-keywords '((sequence "TODO" "START" "WAIT" "DONE")))
;; TODO: Configure default structure templates.
;; (require 'org-tempo)

Loading…
Cancel
Save