feat(org): add org entity for non-breaking space
This commit is contained in:
parent
25343ca965
commit
dabf36e48e
|
@ -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" "ℤ")
|
||||
|
|
Loading…
Reference in a new issue