feat(src/emacs/lean-input.el): add 'empty' as abbreviation for emptyset
This commit is contained in:
parent
6fce01385c
commit
9beb70b292
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ order for the change to take effect."
|
|||
("ex" . ("∃"))
|
||||
("exn" . ("∄"))
|
||||
("0" . ("∅"))
|
||||
("empty" . ("∅"))
|
||||
("C" . ("∁"))
|
||||
|
||||
;; Corners, ceilings and floors.
|
||||
|
|
Loading…
Reference in a new issue