feat(org): add org entity for non-breaking space
This commit is contained in:
parent
25343ca965
commit
dabf36e48e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
(after! org
|
||||||
(setq org-pretty-entities t
|
(setq org-pretty-entities t
|
||||||
org-entities-user
|
org-entities-user
|
||||||
'(("top" "\\top" t "⊤" "" "22A4" "⊤")
|
'(("nbsp" "~" nil " " " " " " " ")
|
||||||
|
("top" "\\top" t "⊤" "" "22A4" "⊤")
|
||||||
("bot" "\\bot" t "⊥" "" "22A5" "⊥")
|
("bot" "\\bot" t "⊥" "" "22A5" "⊥")
|
||||||
("bbN" "\\mathbb{N}" t "" "" "2115" "ℕ")
|
("bbN" "\\mathbb{N}" t "" "" "2115" "ℕ")
|
||||||
("bbZ" "\\mathbb{Z}" t "" "" "2124" "ℤ")
|
("bbZ" "\\mathbb{Z}" t "" "" "2124" "ℤ")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue