feat(emacs/lean-input): add shortcuts for subscripts
This commit is contained in:
parent
d56266c524
commit
1306d08399
1 changed files with 11 additions and 0 deletions
|
@ -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 "<≪⋘≤≦≲ ≶≺≼≾⊂⊆ ⋐⊏⊑ ⊰⊲⊴⋖⋚⋜⋞"))
|
||||
|
|
Loading…
Reference in a new issue