doomemacs/modules/lang/erlang
2020-01-14 22:32:11 -05:00
..
config.el
packages.el
README.org

lang/erlang

Description

This module provides support Erlang programming language. Support for the sourcer language server is optional.

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enable LSP Support. Requires sourcer.

Plugins

Prerequisites

You should have Erlang installed. Check your distribution's package manager or a version management tool such as kerl.

If you want LSP support, install sourcer.

Features

  • Code completion (+lsp, :completion company, and :completion ivy)
  • Syntax checking (:checkers syntax)