Don't hardcode :weight bold into org-todo keywords

It would undermine any attempt by users to disable bold fonts.
This commit is contained in:
Henrik Lissner 2019-03-02 12:38:15 -05:00
parent 1eb1933518
commit ec0fe7808e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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