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

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

[nongnu] elpa/org-superstar 6fcf4b58fb 059/162: Treat org-hide-leading-s


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 6fcf4b58fb 059/162: Treat org-hide-leading-stars-before-indent-mode like the base variable.
Date: Fri, 31 Dec 2021 19:35:25 -0500 (EST)

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

    Treat org-hide-leading-stars-before-indent-mode like the base variable.
---
 org-superstar.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-superstar.el b/org-superstar.el
index 0f8d9353ac..a07a6ad0d4 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -5,7 +5,7 @@
 ;; Author: D. Williams <d.williams@posteo.net>
 ;; Maintainer: D. Williams <d.williams@posteo.net>
 ;; Keywords: faces, outlines
-;; Version: 0.5.0
+;; Version: 0.5.1
 ;; Homepage: https://github.com/dw-github-mirror/org-superstar-mode
 ;; Package-Requires: ((org "9.1.9") (emacs "26.2"))
 
@@ -563,6 +563,7 @@ 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]