branch: externals/org-modern
commit 7a3a8c3991f0c8dbe0d85cf66c35a4ff375adc08
Author: shouya <[email protected]>
Commit: GitHub <[email protected]>

    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