feat(org): add new Org user entities
This commit is contained in:
parent
83f3bfd0d1
commit
2a5c3e6ba1
13
config.org
13
config.org
|
@ -2947,10 +2947,15 @@ It's sometimes nice to be able to click a link in an Org file that takes me to o
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(after! org
|
(after! org
|
||||||
(setq org-pretty-entities t)
|
(setq org-pretty-entities t
|
||||||
(pushnew! org-entities-user
|
org-entities-user
|
||||||
'("top" "\\top" t "⊤" "" "22A4" "⊤")
|
'(("top" "\\top" t "⊤" "" "22A4" "⊤")
|
||||||
'("bot" "\\bot" t "⊥" "" "22A5" "⊥")))
|
("bot" "\\bot" t "⊥" "" "22A5" "⊥")
|
||||||
|
("bbN" "\\mathbb{N}" t "" "" "2115" "ℕ")
|
||||||
|
("bbZ" "\\mathbb{Z}" t "" "" "2124" "ℤ")
|
||||||
|
("bbQ" "\\mathbb{Q}" t "" "" "211A" "ℚ")
|
||||||
|
("bbR" "\\mathbb{R}" t "" "" "211D" "ℝ")
|
||||||
|
("qed" "\\square" t "" "" "25A0" "■"))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Modern
|
*** Modern
|
||||||
|
|
Loading…
Reference in a new issue