spacemacs/contrib/lang/scala
Chris Barrett 6fc0b79a33 Update packages.el
Fix typo preventing layer initialisation.

Submitting this PR via the github online editor--let me know if anything weird happens.
2014-12-14 13:16:29 -05:00
..
packages.el Update packages.el 2014-12-14 13:16:29 -05:00
README.md Fix bad format and typos in layer READMEs 2014-12-14 00:32:25 -05:00
scala.png

Scala contribution layer for Spacemacs

logo

Table of Contents

Description

This layer adds support for the Scala language using the excellent ENSIME client/server.

This layer is not adapted for Spacemacs, it needs you, Scala experts, to improve it and make it consistent with the Spacemacs experience.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(scala)
  "List of contribution to load."
)

Ensime

There is nothing to install for ENSIME to work but you have to create a .ensime file at the root of your project.

This project can be created manually using the template here, but it is recommended to use the ENSIME sbt-plugin if your project uses SBT.

Key bindings

TODO