fix(emacs): change latex maths keybinds
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
02a2ef1a77
commit
20d2bb941e
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@
|
||||||
(?+ ("\\cup" "\\cap"))
|
(?+ ("\\cup" "\\cap"))
|
||||||
(?{ ("\\subset" "\\subseteq"))
|
(?{ ("\\subset" "\\subseteq"))
|
||||||
(?} ("\\supset" "\\supseteq"))
|
(?} ("\\supset" "\\supseteq"))
|
||||||
(?. ("\\cdot" "\\cdots" "\\ldots"))
|
(?. ("\\cdots" "\\ldots"))
|
||||||
|
(?* ("\\cdot" "\\times"))
|
||||||
(?# ("\\mathbb" "\\mathcal"))
|
(?# ("\\mathbb" "\\mathcal"))
|
||||||
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))
|
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue