emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-superstar a7d6b37ea2 062/162: Removing references to o


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar a7d6b37ea2 062/162: Removing references to org-hide-leading-stars-before-indent-mode.
Date: Fri, 31 Dec 2021 19:35:25 -0500 (EST)

branch: elpa/org-superstar
commit a7d6b37ea2f6d0e0027895387b023d297c5d87da
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    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

[Prev in Thread] Current Thread [Next in Thread]