aboutsummaryrefslogtreecommitdiff
path: root/modules/org-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/org-config.el')
-rw-r--r--modules/org-config.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/org-config.el b/modules/org-config.el
index 783109349..e7538f244 100644
--- a/modules/org-config.el
+++ b/modules/org-config.el
@@ -209,9 +209,9 @@ whole row line."
"DELEGATED(x)" "|"
"FAILED(f!)" "DONE(d!)" "CANCELLED(c!)")))
- ;; Keyword and priority colors are left to the active theme's standard org
- ;; faces (org-todo / org-done / org-priority) so they follow whatever theme is
- ;; loaded rather than hard-wiring the dupre-org-* faces.
+ ;; Keyword and priority faces are defined and wired in org-faces-config.el
+ ;; (loaded just after this module): each keyword and priority maps to its own
+ ;; org-faces-* face, which the active theme recolors.
(setq org-highest-priority ?A)
(setq org-lowest-priority ?D)
(setq org-default-priority ?D)