chore(lean4-mode/lean4-input): fix \cdot

This commit is contained in:
Leonardo de Moura 2019-07-02 08:13:50 -07:00
parent 6841e47aa4
commit cf19cb0790

View file

@ -333,8 +333,7 @@ order for the change to take effect."
("trans" . ,(lean4-input-to-string-list "▹⬝"))
("transport" . (""))
("con" . (""))
("cdot" . (""))
("dot" . (""))
("dot" . ("·"))
("sy" . ("⁻¹"))
("inv" . ("⁻¹"))
("-1" . ("⁻¹" "₋₁"))