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

    Improve checkboxes
---
 org-modern.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org-modern.el b/org-modern.el
index cdb76b7e3b..a002f40d3b 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -107,9 +107,9 @@ Set to nil to disable styling list bullets."
   :type '(alist :key-type character :value-type string))
 
 (defcustom org-modern-checkbox
-  '((?X . #("□✓" 0 2 (composition ((2)))))
-    (?- . #("□-" 0 2 (composition ((2)))))
-    (?\s . #("□" 0 1 (composition ((1))))))
+  '((?X . #("▢✓" 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."
   :type '(alist :key-type character :value-type string))

Reply via email to