branch: externals/org-modern
commit 58f10f77ba8eea27e06a2e284c991d1465c7984b
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix last commit
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 1050a1dfcb..bd93d44b95 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -66,7 +66,7 @@ Can be nil, fold or replace.  See `org-modern-fold-stars' and
   :type '(choice string (repeat string)))
 
 (defcustom org-modern-fold-stars
-  '(("▶" . "▼") ("▷" . "▽") ("⏵" . "⏷") ("▿" . "▹"))
+  '(("▶" . "▼") ("▷" . "▽") ("⏵" . "⏷") ("▹" . "▿"))
   "Folding indicators for headings.
 Replace headings' stars with an indicator showing whether its
 tree is folded or expanded."

Reply via email to