[haskell] Remove hayoo from Haskell layer keybindings

This commit is contained in:
Magnus Therning 2020-06-18 14:59:09 +02:00 committed by Maximilian Wolff
parent e38c33feb0
commit c2950ac22a
2 changed files with 0 additions and 2 deletions

View file

@ -231,7 +231,6 @@ Documentation commands are prefixed by ~SPC m h~
| ~SPC m h H~ | do a local Hoogle lookup |
| ~SPC m h i~ | gets information for the identifier under the cursor |
| ~SPC m h t~ | gets the type of the identifier under the cursor |
| ~SPC m h y~ | do a Hayoo lookup |
** Debug
Debug commands are prefixed by ~SPC m d~:

View file

@ -264,7 +264,6 @@
"hi" 'haskell-process-do-info
"ht" 'haskell-process-do-type
"hT" 'spacemacs/haskell-process-do-type-on-prev-line
"hy" 'hayoo
"da" 'haskell-debug/abandon
"db" 'haskell-debug/break-on-function