doomemacs/modules/lang/elixir
Henrik Lissner 23780ae6c0
Bump :lang elixir
elixir-editors/emacs-elixir@231291e -> elixir-editors/emacs-elixir@02a3922

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.

Closes #3393
2020-06-17 14:23:11 -04:00
..
config.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
packages.el Bump :lang elixir 2020-06-17 14:23:11 -04:00
README.org Update README to point to new elixir-ls org 2020-05-11 11:17:23 -06:00

lang/elixir

Description

This module provides support for Elixir programming language via alchemist.el or elixir-ls.

Module flags

  • +lsp Enable LSP support. Requires elixir-ls.

Prerequisites

You should have Elixir installed, for example, via your distribution's package manager or a version management tool such as asdf.

If you want to add support for LSP (:tools lsp), be sure to install elixir-ls and enable :tools lsp in your init.el.

To support linting with credo, add :checkers syntax to your init.el

Install Elixir

With asdf

asdf plugin-add elixir
asdf install elixir 1.9.1

Arch Linux

sudo pacman -S elixir

Gentoo Linux

sudo emerge -v dev-lang/elixir

openSUSE

sudo zypper install elixir

Features

  • Code completion (:completion company)
  • Documentation lookup (:tools lookup)
  • Mix integration
  • Phoenix support
  • iex integration (:tools eval)
  • Syntax checking (:checkers syntax, using flycheck-credo~)