feat(emacs): additional abbreviations
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
1eb35e31f3
commit
3564665b44
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
("leq" "≤")
|
("leq" "≤")
|
||||||
("Nat" "ℕ")
|
("Nat" "ℕ")
|
||||||
("Int" "ℤ")
|
("Int" "ℤ")
|
||||||
|
("var" "variable")
|
||||||
|
("vars" "variables")
|
||||||
|
("def" "definition")
|
||||||
|
("th" "theorem")
|
||||||
))
|
))
|
||||||
|
|
||||||
(define-generic-mode
|
(define-generic-mode
|
||||||
|
|
Loading…
Reference in a new issue