You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists bullets starting with + and - are properly replaced using the mapping in org-superstar-item-bullet-alist but their face still is org-list-dt, so customization of org-superstar-item only affects *-bulleted lists.
The text was updated successfully, but these errors were encountered:
Very odd, could it be a config issue? I tried the following minimum working example and could not reproduce the issue: emacs -q -l ../org-superstar.el -l mwe-35.el sample.org
with the file being:
;;; MWE for #35
(add-hook'org-mode-hook
(lambda ()
(org-superstar-mode 1)))
(set-face-attribute'org-superstar-itemnil:background"red")
All item bullets (all three kinds) are highlighted red, using the correct face.
I have got in the same problem as described in this issue. I tried the snippet above and only the * bullets are highlighted red.
My configuration is doom-emacs, Emacs 28.1.
I will try it in near future on vanilla Emacs and report back.
Lists bullets starting with
+
and-
are properly replaced using the mapping inorg-superstar-item-bullet-alist
but their face still isorg-list-dt
, so customization oforg-superstar-item
only affects*
-bulleted lists.The text was updated successfully, but these errors were encountered: