6fc0b79a33
Fix typo preventing layer initialisation. Submitting this PR via the github online editor--let me know if anything weird happens. |
||
---|---|---|
.. | ||
packages.el | ||
README.md | ||
scala.png |
Scala contribution layer for Spacemacs
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