spacemacs/contrib/lang/ocaml
syl20bnr fdd4e944ef Reload dotfile and layer anywhere with SPC f e R
Replace `SPC m c c` and `C-c C-c` in the dotfile

Resolve #1210
2015-04-18 23:40:24 -04:00
..
img
extensions.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
packages.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
README.md

Ocaml contribution layer for Spacemacs

logo

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 (using flycheck-ocaml)
  • Add proper spacemacs key-bindings for basic merlin tasks