From cd3346c125671ef368aa2c58e7100c9006624525 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Sun, 29 Mar 2015 09:58:35 -0400 Subject: [PATCH] ghci-ng should now override mht rather than mt --- contrib/lang/haskell/README.md | 2 +- contrib/lang/haskell/packages.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lang/haskell/README.md b/contrib/lang/haskell/README.md index 5fbef9969..a9367209d 100644 --- a/contrib/lang/haskell/README.md +++ b/contrib/lang/haskell/README.md @@ -102,7 +102,7 @@ versions from ghci-ng, and a new keybinding available: Key Binding | Description ----------------------|------------------------------------------------------------ -SPC m t | gets the type of the identifier under the cursor or for the active region +SPC m h t | gets the type of the identifier under the cursor or for the active region SPC m g g | go to definition SPC m u | finds uses of identifier diff --git a/contrib/lang/haskell/packages.el b/contrib/lang/haskell/packages.el index 4d6e2aa92..cad4b7b23 100644 --- a/contrib/lang/haskell/packages.el +++ b/contrib/lang/haskell/packages.el @@ -59,7 +59,7 @@ (evil-leader/set-key-for-mode 'haskell-mode "mu" 'haskell-mode-find-uses - "mt" 'haskell-mode-show-type-at + "mht" 'haskell-mode-show-type-at "mgg" 'haskell-mode-goto-loc)) ;; hooks