chore(emacs/lean-input): add shortcuts for alpha, beta and gamma
This commit is contained in:
parent
dfd2a23cd4
commit
b7a4f305d4
1 changed files with 4 additions and 0 deletions
|
|
@ -620,6 +620,10 @@ order for the change to take effect."
|
|||
("H" . ("ℍ"))
|
||||
("K" . ("𝕂"))
|
||||
|
||||
("a" . ("α"))
|
||||
("b" . ("β"))
|
||||
("g" . ("γ"))
|
||||
|
||||
;; Musical symbols.
|
||||
|
||||
("note" . ,(lean-input-to-string-list "♩♪♫♬"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue