branch: elpa/org-superstar
commit 45719ffd107a7245a108a0f37943286a1500c9e2
Author: D. Williams <[email protected]>
Commit: D. Williams <[email protected]>
added a marker for melpa review
---
org-superstar.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/org-superstar.el b/org-superstar.el
index 915987cb30..288490add6 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -274,6 +274,9 @@ variable for your changes to take effect."
'((default . (:inherit default :foreground "gray")))
"Face used to display prettified leading stars in a headline."
:group 'org-superstar)
+;; REVIEW: I read that it's generally discouraged to :inherit while
+;; overriding certain properties. Does that also apply to inheriting
+;; default?
(defface org-superstar-header-bullet
'((default . nil))