1
0
Fork 0

fix(emacs): change latex maths keybinds

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-05 16:02:30 -05:00
parent 02a2ef1a77
commit 20d2bb941e
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -63,7 +63,8 @@
(?+ ("\\cup" "\\cap"))
(?{ ("\\subset" "\\subseteq"))
(?} ("\\supset" "\\supseteq"))
(?. ("\\cdot" "\\cdots" "\\ldots"))
(?. ("\\cdots" "\\ldots"))
(?* ("\\cdot" "\\times"))
(?# ("\\mathbb" "\\mathcal"))
(?= ("\\Leftrightarrow" "\\Longleftrightarrow" "\\cong"))))