Skip to content

Prelude Elixir

Note

This module builds on top of the shared Programming module.

Packages

This module installs:

  • elixir-mode - major mode for editing Elixir code
  • alchemist - an Elixir tooling integration package that provides:
  • Mix integration
  • Compile and execute Elixir code
  • Inline documentation lookup
  • Smart code completion
  • Definition lookup and navigation
  • IEx integration
  • Test execution

Getting Started

Make sure you have Elixir installed on your system. Once the module is enabled, simply open any .ex or .exs file and everything will be set up automatically.

Use C-h m to see all available key bindings.