org: restore checkbox TODO keywords
This commit is contained in:
parent
f8e849b30e
commit
03591ce77d
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@
|
|||
org-startup-indented t
|
||||
org-startup-with-inline-images nil
|
||||
org-tags-column 0
|
||||
org-todo-keywords '((sequence "[ ](t)" "[-](p)" "[?](m)" "|" "[X](d)")
|
||||
(sequence "TODO(T)" "|" "DONE(D)")
|
||||
(sequence "IDEA(i)" "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
|
||||
org-use-sub-superscripts '{}
|
||||
outline-blank-line t
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue