ee811f7b13
problem: some layer packages lists have the open and closing parentheses on the same line as the first and last listed package, but most seem to have them on a separate lines. solution: put the open and close parentheses on separate lines, except for lists with only a single package, they are written on the same line as the variable name and parentheses. fix the lists indentation |
||
---|---|---|
.. | ||
img | ||
config.el | ||
packages.el | ||
README.org |
Erlang layer
Description
This layer adds very basic support for Erlang to Spacemacs.
Features:
- Syntax highlighting
- Syntax checking via
Flycheck
integration - Auto-completion via
Company
integration
Install
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add erlang
to the existing dotspacemacs-configuration-layers
list in this
file.