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

    Use en-dash for checkbox composed character
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 17fed87757..b69607b924 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -113,7 +113,7 @@ Set to nil to disable styling list bullets."
 
 (defcustom org-modern-checkbox
   '((?X . #("▢✓" 0 2 (composition ((2)))))
-    (?- . #("▢-" 0 2 (composition ((2)))))
+    (?- . #("▢–" 0 2 (composition ((2)))))
     (?\s . #("▢" 0 1 (composition ((1))))))
   "List of check box replacement strings.
 Set to nil to disable styling checkboxes."

Reply via email to