branch: elpa/org-superstar
commit f7cb51960e92f472572de5e30defd2e2b1d4aac0
Author: D. Williams <[email protected]>
Commit: D. Williams <[email protected]>
added FIXME: other-hbullet face behaves inconsistently when treated as
leading bullet.
---
org-superstar.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/org-superstar.el b/org-superstar.el
index 8d7769cf4f..01d377803b 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -499,6 +499,8 @@ routines of ‘\\[org-superstar-mode]’."
,@(when org-superstar-prettify-leading-stars
'((3 (org-superstar--prettify-leading-hbullets)
t)))
+ ;; FIXME: prepend works unintuitively when the other bullet
+ ;; is just another lead (e.g.: still scales with title
(2 (org-superstar--prettify-other-hbullet) prepend))
;; If requested, put another function here that formats the
;; first two stars of an inline as a bullet.