lang/org: tweak org-todo-keywords{,-faces}

This commit is contained in:
Henrik Lissner 2018-09-26 20:44:54 -04:00
parent c7032cf8b0
commit 01dde97776
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -198,7 +198,12 @@ unfold to point on startup."
org-todo-keywords
'((sequence "[ ](t)" "[-](p)" "[?](m)" "|" "[X](d)")
(sequence "TODO(T)" "|" "DONE(D)")
(sequence "NEXT(n)" "ACTIVE(a)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
(sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
org-todo-keyword-faces
'(("[-]" . font-lock-constant-face)
("[?]" . warning)
("WAITING" . default)
("LATER" . warning))
org-use-sub-superscripts '{}
;; Scale up LaTeX previews a bit (default is too small)