lang/org: refactor default org-todo-keyword-faces

To ensure consistency
This commit is contained in:
Henrik Lissner 2018-10-06 20:57:23 -04:00
parent 675f4fa821
commit f416e28857
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -202,10 +202,10 @@ unfold to point on startup."
(sequence "TODO(T)" "|" "DONE(D)")
(sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
org-todo-keyword-faces
'(("[-]" . font-lock-constant-face)
("[?]" . warning)
("WAITING" . default)
("LATER" . warning))
'(("[-]" :inherit font-lock-constant-face :weight bold)
("[?]" :inherit warning :weight bold)
("WAITING" :inherit default :weight bold)
("LATER" :inherit warning :weight bold))
org-use-sub-superscripts '{}
;; Scale up LaTeX previews a bit (default is too small)