feat(emacs/lean-input): add shortcuts for subscripts

This commit is contained in:
Leonardo de Moura 2014-10-05 13:34:05 -07:00
parent d56266c524
commit 1306d08399

View file

@ -221,6 +221,17 @@ order for the change to take effect."
("m=" . (""))
("?=" . (""))
("1" . (""))
("2" . (""))
("3" . (""))
("4" . (""))
("5" . (""))
("6" . (""))
("7" . (""))
("8" . (""))
("9" . (""))
("0" . (""))
;; Inequality and similar symbols.
("leq" . ,(lean-input-to-string-list "<≪⋘≤≦≲ ≶≺≼≾⊂⊆ ⋐⊏⊑ ⊰⊲⊴⋖⋚⋜⋞"))