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

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

[elpa] externals/org-modern 7a3a8c3991: Make org-modern-progress symbols


From: ELPA Syncer
Subject: [elpa] externals/org-modern 7a3a8c3991: Make org-modern-progress symbols consistent (#136)
Date: Sun, 4 Jun 2023 06:58:41 -0400 (EDT)

branch: externals/org-modern
commit 7a3a8c3991f0c8dbe0d85cf66c35a4ff375adc08
Author: shouya <shouya@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Make org-modern-progress symbols consistent (#136)
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 3862d9dbf9..7dd25eefd4 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -234,7 +234,7 @@ references."
   "Prettify todo statistics."
   :type 'boolean)
 
-(defcustom org-modern-progress '("○" "◔" "◐" "◕" "●")
+(defcustom org-modern-progress '("○" "◔" "◑" "◕" "●")
   "Add a progress indicator to the todo statistics.
 Set to nil to disable the indicator."
   :type '(repeat string))



reply via email to

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