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

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

[nongnu] elpa/org-superstar 94f35c20f8 135/162: Final cleanup before tag


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 94f35c20f8 135/162: Final cleanup before tagging
Date: Fri, 31 Dec 2021 19:35:38 -0500 (EST)

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

    Final cleanup before tagging
---
 README.org       | 16 ++++++++--------
 org-superstar.el |  3 ++-
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.org b/README.org
index 270dd91bf6..2ee0b96a81 100644
--- a/README.org
+++ b/README.org
@@ -65,7 +65,7 @@ used, allowing the user to inherit the level-dependent 
default look.
 
   The package is available [[https://melpa.org/#/org-superstar][on MELPA]]!
 
-  Furthermore, it ships with 
[[https://github.com/syl20bnr/spacemacs][Spacemacs]]^{}^{} (~develop~ branch) 
and [[https://github.com/hlissner/doom-emacs][Doom
+  Furthermore, it ships with 
[[https://github.com/syl20bnr/spacemacs][Spacemacs]] (~develop~ branch) and 
[[https://github.com/hlissner/doom-emacs][Doom
   Emacs]].
 
   If you prefer a manual installation, just plug =org-superstar.el= into
@@ -298,9 +298,9 @@ used, allowing the user to inherit the level-dependent 
default look.
 *** Borked even in graphical sessions
     In this case it is all up to your Emacs configuration.  The
     problem remains the fonts available, this time to Emacs.  You can
-    either [[https://www.emacswiki.org/emacs/SetFonts][change your Emacs 
font]].  Other options include specifying
-    specific fonts for specific Unicode character ranges, which is
-    part of Emacs' intricate face system.
+    either [[https://www.emacswiki.org/emacs/SetFonts][change your Emacs 
font]] or specify specific fonts for
+    specific Unicode character ranges, which is part of Emacs'
+    intricate face system.
 
 ** "This mode causes significant slowdown!"
    I have looked into the matter 
[[https://github.com/integral-dw/org-superstar-mode/issues/3][in the past]], 
and from what I
@@ -332,7 +332,8 @@ used, allowing the user to inherit the level-dependent 
default look.
     versions of Org.  The following hack should circumvent the issue,
     at the cost of the package treating some comments in code blocks
     as lists.  Just put it in your ~.emacs~ before loading up the
-    package.  If I messed up, be sure to open an Issue!
+    package.  If I messed up and this does not fix the problem, be
+    sure to open an Issue!
     #+BEGIN_SRC emacs-lisp
       (setq-default org-superstar-lightweight-lists t)
       (defun org-element-lineage (x)
@@ -373,9 +374,8 @@ used, allowing the user to inherit the level-dependent 
default look.
    Turns out, Org Superstar 
[[https://github.com/syl20bnr/spacemacs/issues/13831][replaced Org Bullets]] as 
of the 7th of June
    on Spacemacs' ~develop~ branch!  And it also ships with 
[[https://github.com/hlissner/doom-emacs][Doom Emacs]]!
    With that, I have essentially reached every goal I had for this
-   package, apart from the one addressed 
[[https://github.com/integral-dw/org-superstar-mode/issues/5][in an upcoming 
update]].
-   However, I will naturally continue maintenance and remain open
-   towards feature suggestions.
+   package.  However, I will naturally continue maintenance and remain
+   open towards feature suggestions.
 
 * Announcement Log
 ** =2020-02-02=
diff --git a/org-superstar.el b/org-superstar.el
index 514f409791..4d997a814f 100644
--- a/org-superstar.el
+++ b/org-superstar.el
@@ -432,7 +432,8 @@ unspecified inherits the org-level-X faces for header 
bullets."
   '((default . (:inherit org-warning)))
   "Face used to display the first bullet of an inline task.
 This face is only used when ‘org-inlinetask-show-first-star’ is
-non-nil.")
+non-nil."
+  :group 'org-superstar)
 
 
 ;;; Functions intended for users



reply via email to

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