chore(lean4-mode/lean4-input): fix \cdot
This commit is contained in:
parent
6841e47aa4
commit
cf19cb0790
1 changed files with 1 additions and 2 deletions
|
|
@ -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" . ("⁻¹" "₋₁"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue