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

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

[elpa] externals/org-modern 7ceca7a3cc 20/65: More beautiful checkboxes


From: ELPA Syncer
Subject: [elpa] externals/org-modern 7ceca7a3cc 20/65: More beautiful checkboxes
Date: Mon, 7 Mar 2022 12:57:45 -0500 (EST)

branch: externals/org-modern
commit 7ceca7a3cc341611109082fd2d689d3f90d748d4
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

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

diff --git a/org-modern.el b/org-modern.el
index 2f31ae296c..cdb76b7e3b 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 . "☑")
-    (?- . "◫")
-    (?\s . "☐"))
+  '((?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]