.. | ||
img | ||
extensions.el | ||
packages.el | ||
README.md |
Ocaml contribution layer for Spacemacs
Table of Contents
Description
This is a very basic layer for editing ocaml files.
- Syntax highlighting via
tuareg-mode
- Error reporting, completion and type display via
merlin
Install
To use this contribution add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(ocaml))
OPAM packages
This layer requires some opam packages:
merlin
To install them, use the following command:
opam install merlin
TODO
- Add support for
flycheck
(usingflycheck-ocaml
) - Add proper spacemacs key-bindings for basic merlin tasks