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

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

[elpa] externals/org-modern 8abe22886a 22/65: Improve checkboxes


From: ELPA Syncer
Subject: [elpa] externals/org-modern 8abe22886a 22/65: Improve checkboxes
Date: Mon, 7 Mar 2022 12:57:46 -0500 (EST)

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

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