elm: Add 'SPC m h d' keybinding for doc-at-point.

This commit is contained in:
Graeme Coupar 2016-08-02 00:24:54 +01:00 committed by Eivind Fonn
parent 48d06e4ee9
commit f7d2f3f0ad
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -61,6 +61,7 @@
"cm" 'elm-compile-main
;; oracle
"ht" 'elm-oracle-type-at-point
"hd" 'elm-oracle-doc-at-point
;; refactoring
"ri" 'elm-sort-imports
;; repl