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

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

[nongnu] elpa/org-superstar a984d0d05a 104/162: Merge branch 'master' in


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar a984d0d05a 104/162: Merge branch 'master' into volatile
Date: Fri, 31 Dec 2021 19:35:32 -0500 (EST)

branch: elpa/org-superstar
commit a984d0d05abb486c52c37e104c7af5b588279812
Merge: 66e593a8b7 4659cfc120
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    Merge branch 'master' into volatile
---
 README.org | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.org b/README.org
index 030abac9ec..ec6ce31e7f 100644
--- a/README.org
+++ b/README.org
@@ -120,6 +120,18 @@ used, allowing the user to inherit the level-dependent 
default look.
     leading stars like that.  Instead, ~org-hide-leading-stars~
     implicitly disables further fontification.
 
+    While there is no explicit feature for hiding leading stars, you
+    can also use ~org-superstar-leading-bullet~ to hide leading stars
+    independently of ~org-hide~: Simply choose a space character as your
+    leading bullet.
+
+    #+BEGIN_SRC emacs-lisp
+      ;; This is usually the default, but keep in mind it must be nil
+      (setq org-hide-leading-stars nil)
+      ;; This line is necessary.
+      (setq org-superstar-leading-bullet ?\s)
+    #+END_SRC
+
     If you want to get rid of the indentation caused by leading stars
     entirely, set ~org-superstar-remove-leading-stars~ to ~t~.
 



reply via email to

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