fix(emacs): emacs does not support punctuation in abbreviations

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-01-08 03:33:09 -08:00
parent e49cf86fed
commit 1eb35e31f3

View file

@ -5,13 +5,13 @@
("forall" "")
("exists" "")
("fun" "λ")
("->" "")
("/\\" "")
("\\/" "")
("imp" "")
("and" "")
("or" "")
("not" "¬")
("!=" "")
(">=" "")
("<=" "")
("neq" "")
("geq" "")
("leq" "")
("Nat" "")
("Int" "")
))