From f416e28857b00a6055adb8f77ce6e446d8885753 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Oct 2018 20:57:23 -0400 Subject: [PATCH] lang/org: refactor default org-todo-keyword-faces To ensure consistency --- 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 5abf45e64..575a74922 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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)