From cd708e28f672a224d8010ee797c2507b7f12e3fc Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 12 May 2010 15:42:28 +0900 Subject: [PATCH] doc update. --- README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README b/README index 560fadf..2d1885b 100644 --- a/README +++ b/README @@ -1,10 +1,14 @@ - Haskell Completion on Emacs + Happy Haskell programming on Emacs -This package enables many completions for Haskell programming in Haskell. -Flymake is also integrated. +Features: + +1) Completions of keyword, module, class, function, types, + language extensions, etc. +2) Flymake with GHC and hlint +3) Inserting code template The "ghc-mod" program written in Haskell is a backend to gather -information from GHC. +information from GHC and hlint. Elisp libraries including ghc-mod is an extension to haskell-mode. You should put the followings in your "~/.emacs.el":