doc update.
This commit is contained in:
parent
dc9c2c7fce
commit
cd708e28f6
12
README
12
README
@ -1,10 +1,14 @@
|
|||||||
Haskell Completion on Emacs
|
Happy Haskell programming on Emacs
|
||||||
|
|
||||||
This package enables many completions for Haskell programming in Haskell.
|
Features:
|
||||||
Flymake is also integrated.
|
|
||||||
|
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
|
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.
|
Elisp libraries including ghc-mod is an extension to haskell-mode.
|
||||||
You should put the followings in your "~/.emacs.el":
|
You should put the followings in your "~/.emacs.el":
|
||||||
|
Loading…
Reference in New Issue
Block a user