elm: move SPC m h d to SPC m h h

This commit is contained in:
syl20bnr 2016-10-02 22:09:25 -04:00
parent bcf2ce6ca4
commit ade1c7d70f
2 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ every save.
| Key Binding | Description |
|-------------+--------------------------|
| ~SPC m h h~ | elm-oracle-doc-at-point |
| ~SPC m h t~ | elm-oracle-type-at-point |
| ~SPC m h d~ | elm-oracle-doc-at-point |
** elm-format

View File

@ -60,8 +60,8 @@
"cB" 'spacemacs/elm-compile-buffer-output
"cm" 'elm-compile-main
;; oracle
"hh" 'elm-oracle-doc-at-point
"ht" 'elm-oracle-type-at-point
"hd" 'elm-oracle-doc-at-point
;; refactoring
"ri" 'elm-sort-imports
;; repl