This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/lang/haskell/README.md

25 lines
505 B
Markdown
Raw Normal View History

# Haskell contribution layer for Spacemacs
2014-12-12 00:55:44 +00:00
![logo](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
2014-12-10 04:50:48 +00:00
(setq-default dotspacemacs-configuration-layers '(haskell)
"List of contribution to load."
)
```
## Key bindings
**TODO**
[Haskell]: https://www.haskell.org/