mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org: restore checkbox TODO keywords
This commit is contained in:
@ -117,6 +117,9 @@
|
|||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-startup-with-inline-images nil
|
org-startup-with-inline-images nil
|
||||||
org-tags-column 0
|
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 '{}
|
org-use-sub-superscripts '{}
|
||||||
outline-blank-line t
|
outline-blank-line t
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user