feat(emacs/lean-input): shortcut for long arrow

This commit is contained in:
Leonardo de Moura 2014-09-26 17:50:14 -07:00
parent 3a95734fae
commit 23960da532

View file

@ -363,6 +363,7 @@ order for the change to take effect."
("ur" . ,(lean-input-to-string-list "↗⇗ ➶➹➚ "))
("dr" . ,(lean-input-to-string-list "↘⇘ ⇲ ➴➷➘ "))
("dl" . ,(lean-input-to-string-list "↙⇙ "))
("==>" . (""))
("l-" . ("")) ("<-" . ("")) ("l=" . (""))
("r-" . ("")) ("->" . ("")) ("r=" . ("")) ("=>" . (""))