fix(emacs): emacs does not support punctuation in abbreviations
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
e49cf86fed
commit
1eb35e31f3
1 changed files with 6 additions and 6 deletions
|
@ -5,13 +5,13 @@
|
||||||
("forall" "∀")
|
("forall" "∀")
|
||||||
("exists" "∃")
|
("exists" "∃")
|
||||||
("fun" "λ")
|
("fun" "λ")
|
||||||
("->" "→")
|
("imp" "→")
|
||||||
("/\\" "∧")
|
("and" "∧")
|
||||||
("\\/" "∨")
|
("or" "∨")
|
||||||
("not" "¬")
|
("not" "¬")
|
||||||
("!=" "≠")
|
("neq" "≠")
|
||||||
(">=" "≥")
|
("geq" "≥")
|
||||||
("<=" "≤")
|
("leq" "≤")
|
||||||
("Nat" "ℕ")
|
("Nat" "ℕ")
|
||||||
("Int" "ℤ")
|
("Int" "ℤ")
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue