branch: elpa/org-superstar
commit a7d6b37ea2f6d0e0027895387b023d297c5d87da
Author: D. Williams <[email protected]>
Commit: D. Williams <[email protected]>

    Removing references to org-hide-leading-stars-before-indent-mode.
    
    Removed because variable is for indent-mode's internal use only (and
    likely deprecated soon).
---
 org-superstar.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/org-superstar.el b/org-superstar.el
index bdda12d978..5d3185270c 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -307,8 +307,7 @@ indentation caused by leading stars is completely removed.  
It
 works similar to ‘org-hide-emphasis-markers’.
 
 If Non-nil, this variable takes precedence over
-‘org-hide-leading-stars’ and
-‘org-hide-leading-stars-before-indent-mode’.
+‘org-hide-leading-stars’.
 
 This variable only eliminates indentation caused directly by
 leading stars, meaning additional indentation should be
@@ -572,7 +571,6 @@ cleanup routines."
           ("^\\(?3:\\**?\\)\\(?2:\\*?\\)\\(?1:\\*\\) "
            (1 (org-superstar--prettify-main-hbullet) prepend)
            ,@(unless (or org-hide-leading-stars
-                         org-hide-leading-stars-before-indent-mode
                          org-superstar-remove-leading-stars)
                '((3 (org-superstar--prettify-leading-hbullets)
                     t)

Reply via email to