25 lines
580 B
Markdown
25 lines
580 B
Markdown
|
# Haskell contribution layer for Spacemacs
|
||
|
|
||
|
![Smex](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/contrib/lang/haskell/haskell.png)
|
||
|
|
||
|
This layer adds support for the [Haskell][] language.
|
||
|
|
||
|
**This layer is not adapted for Spacemacs, it needs you, Haskell expert, to
|
||
|
improve it and make it consistent with the Spacemacs experience.**
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To use this contribution add it to your `~/.spacemacs`
|
||
|
|
||
|
```elisp
|
||
|
(defvar dotspacemacs-configuration-layers '(haskell)
|
||
|
"List of contribution to load."
|
||
|
)
|
||
|
```
|
||
|
|
||
|
## Key bindings
|
||
|
|
||
|
**TODO**
|
||
|
|
||
|
[Haskell]: https://www.haskell.org/
|