chore(src/emacs/lean-input): make sure '\l' default is the left arrow
This commit is contained in:
parent
2b35b0056a
commit
6f032dc35f
1 changed files with 2 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ order for the change to take effect."
|
|||
|
||||
;; Arrows.
|
||||
("iff" . ("↔")) ("imp" . ("→"))
|
||||
("l" . ,(lean-input-to-string-list "λ←⇐⇚⇇⇆↤⇦↞↼↽⇠⇺↜⇽⟵⟸↚⇍⇷ ↹ ↢↩↫⇋⇜⇤⟻⟽⤆↶↺⟲ "))
|
||||
("l" . ,(lean-input-to-string-list "←⇐⇚⇇⇆↤⇦↞↼↽⇠⇺↜⇽⟵⟸↚⇍⇷ ↹ ↢↩↫⇋⇜⇤⟻⟽⤆↶↺⟲ "))
|
||||
("r" . ,(lean-input-to-string-list "→⇒⇛⇉⇄↦⇨↠⇀⇁⇢⇻↝⇾⟶⟹↛⇏⇸⇶ ↴ ↣↪↬⇌⇝⇥⟼⟾⤇↷↻⟳⇰⇴⟴⟿ ➵➸➙➔➛➜➝➞➟➠➡➢➣➤➧➨➩➪➫➬➭➮➯➱➲➳➺➻➼➽➾⊸"))
|
||||
("u" . ,(lean-input-to-string-list "↑⇑⟰⇈⇅↥⇧↟↿↾⇡⇞ ↰↱➦ ⇪⇫⇬⇭⇮⇯ "))
|
||||
("d" . ,(lean-input-to-string-list "↓⇓⟱⇊⇵↧⇩↡⇃⇂⇣⇟ ↵↲↳➥ ↯ "))
|
||||
|
|
@ -578,6 +578,7 @@ order for the change to take effect."
|
|||
;; lambda
|
||||
|
||||
("fun" . ("λ"))
|
||||
("lam" . ("λ"))
|
||||
|
||||
("X" . ("⨯"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue