# Erlang contribution layer for Spacemacs ![logo_erlang](img/erlang.png) **Table of Contents** - [Erlang contribution layer for Spacemacs](#erlang-contribution-layer-for-spacemacs) - [Description](#description) - [Install](#install) ## Description Very basic layer for Erlang with support for basic `syntax-checking` and `auto-completion` with the corresponding layers. ## Install To use this contribution add it to your `~/.spacemacs` ```elisp (setq-default dotspacemacs-configuration-layers '(erlang)) ```