From ec0fe7808eb57655158bad88405f4e5abfb5d0eb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 2 Mar 2019 12:38:15 -0500 Subject: [PATCH] Don't hardcode :weight bold into org-todo keywords It would undermine any attempt by users to disable bold fonts. --- modules/lang/org/config.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index c5a43719f..0f42dae48 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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)