Skip to content

david-christiansen/helm-ghc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

helm-ghc

http://melpa.org/packages/helm-ghc-badge.svg http://stable.melpa.org/packages/helm-ghc-badge.svg

Purpose

This is a Helm datasource for GHC-mod errors. When ghc-mod places at least one error overlay in the buffer, running helm-ghc-errors will open a buffer that lists the errors.

Instructions

To use it, simply bind the command to a key in haskell-mode-map (because ghc-mod isn’t yet a proper minor mode). For example:

(add-hook 'haskell-mode-hook
          (lambda () (define-key haskell-mode-map (kbd "C-c ?") 'helm-ghc-errors)))

About

Helm support for ghc-mod metadata

Resources

Stars

Watchers

Forks

Packages

No packages published