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