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

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

[nongnu] elpa/org-superstar 92336ba0fe 054/162: added a new variable for


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 92336ba0fe 054/162: added a new variable for upcoming feature: remove-leading-stars
Date: Fri, 31 Dec 2021 19:35:24 -0500 (EST)

branch: elpa/org-superstar
commit 92336ba0fe925e0db7deb26f9fece11b3c4c3e27
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@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
 



reply via email to

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