feat(org): add org entity for non-breaking space

This commit is contained in:
Kiana Sheibani 2025-02-20 02:05:28 -05:00
parent 25343ca965
commit dabf36e48e
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2930,7 +2930,8 @@ It's sometimes nice to be able to click a link in an Org file that takes me to o
(after! org
(setq org-pretty-entities t
org-entities-user
'(("top" "\\top" t "⊤" "" "22A4" "")
'(("nbsp" "~" nil " " " " " " " ")
("top" "\\top" t "⊤" "" "22A4" "")
("bot" "\\bot" t "⊥" "" "22A5" "⊥")
("bbN" "\\mathbb{N}" t "" "" "2115" "")
("bbZ" "\\mathbb{Z}" t "" "" "2124" "")