branch: elpa/org-superstar
commit 1741f6eed8ae319da6e14219cad0cc86c610eb61
Author: D. Williams <[email protected]>
Commit: D. Williams <[email protected]>
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 <[email protected]>
;; Maintainer: D. Williams <[email protected]>
;; 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