Skip to content

Commit

Permalink
tweak(org-modern): disable rendering checkboxes as unicode chars
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 26, 2023
1 parent ca6725a commit ee8f74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
(org-modern-table-horizontal 2)
(org-modern-list '((?+ . "") (?- . "") (?* . "")))
(org-modern-block-fringe nil)
(org-modern-checkbox nil) ;; Not that interesting! Maybe it depends on the used font
(org-modern-todo-faces
;; Tweak colors, and force it to be monospaced, useful when using `mixed-pitch-mode'.
'(("IDEA" . (:inherit org-verbatim :weight semi-bold :foreground "white" :background "goldenrod"))
Expand Down

0 comments on commit ee8f74a

Please sign in to comment.