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

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

[elpa] externals/org-modern 718bd89e2f 43/65: Use en-dash for checkbox c


From: ELPA Syncer
Subject: [elpa] externals/org-modern 718bd89e2f 43/65: Use en-dash for checkbox composed character
Date: Mon, 7 Mar 2022 12:57:47 -0500 (EST)

branch: externals/org-modern
commit 718bd89e2fe12a7b84d36b242108918992e100af
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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