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

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

[nongnu] elpa/org-superstar 1741f6eed8 053/162: Fixed custom interface o


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 1741f6eed8 053/162: Fixed custom interface of special-todo-items
Date: Fri, 31 Dec 2021 19:35:24 -0500 (EST)

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

    Fixed custom interface of special-todo-items
---
 org-superstar.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/org-superstar.el b/org-superstar.el
index ad59d34684..f970dc8321 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.4.0
+;; Version: 0.4.1
 ;; Homepage: https://github.com/dw-github-mirror/org-superstar-mode
 ;; Package-Requires: ((org "9.1.9") (emacs "26.2"))
 
@@ -120,7 +120,6 @@ variable for your changes to take effect."
                           (?+ (character))
                           (?- (character)))))
 
-
 (defcustom org-superstar-todo-bullet-alist
   '(("TODO" . ?☐)
     ("DONE" . ?☑))
@@ -273,7 +272,9 @@ Instead of displaying bullets corresponding to TODO items
 according to ‘org-superstar-headline-bullets-list’ (dependent on
 the headline’s level), display a bullet according to
 ‘org-superstar-todo-bullet-alist’ (dependent on the TODO
-keyword).")
+keyword)."
+  :group 'org-superstar
+  :type 'boolean)
 
 
 ;;; Faces



reply via email to

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