chore(emacs/lean-input): add shortcuts for alpha, beta and gamma

This commit is contained in:
Leonardo de Moura 2016-11-17 11:46:26 -08:00
parent dfd2a23cd4
commit b7a4f305d4

View file

@ -620,6 +620,10 @@ order for the change to take effect."
("H" . (""))
("K" . ("𝕂"))
("a" . ("α"))
("b" . ("β"))
("g" . ("γ"))
;; Musical symbols.
("note" . ,(lean-input-to-string-list "♩♪♫♬"))