branch: elpa/org-superstar commit 92336ba0fe925e0db7deb26f9fece11b3c4c3e27 Author: D. Williams <d.willi...@posteo.net> Commit: D. Williams <d.willi...@posteo.net>
added a new variable for upcoming feature: remove-leading-stars --- org-superstar.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/org-superstar.el b/org-superstar.el index f970dc8321..192557c8af 100644 --- a/org-superstar.el +++ b/org-superstar.el @@ -303,6 +303,15 @@ unspecified inherits the org-level-X faces for header bullets." "Face used to display prettified item bullets." :group 'org-superstar) +(defcustom org-superstar-remove-leading-stars nil + "Non-nil means font-lock should hide leading star characters. + +A more radical version of ‘org-hide-leading-stars’, where the +indentation caused by leading stars is completely removed. It +works similar to ‘org-hide-emphasis-markers’." + :group 'org-superstar + :type 'boolean) + ;;; Functions intended for users