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" "∀")
|
||||
("exists" "∃")
|
||||
("fun" "λ")
|
||||
("->" "→")
|
||||
("/\\" "∧")
|
||||
("\\/" "∨")
|
||||
("imp" "→")
|
||||
("and" "∧")
|
||||
("or" "∨")
|
||||
("not" "¬")
|
||||
("!=" "≠")
|
||||
(">=" "≥")
|
||||
("<=" "≤")
|
||||
("neq" "≠")
|
||||
("geq" "≥")
|
||||
("leq" "≤")
|
||||
("Nat" "ℕ")
|
||||
("Int" "ℤ")
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue