spacemacs/contrib/lang/erlang-elixir
2014-12-17 21:26:52 -05:00
..
elixir.png Add erlang and elixir logo to readme 2014-12-09 23:55:19 -05:00
erlang.png Add erlang and elixir logo to readme 2014-12-09 23:55:19 -05:00
packages.el Move iedit layer to spacemacs layer 2014-12-17 21:26:52 -05:00
README.md Remove absolute links in READMEs 2014-12-11 19:55:44 -05:00

Erlang/Elixir contribution layer for Spacemacs

logo_erlang

logo_elixir

Table of Contents

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(erlang-elixir)
  "List of contribution to load."
)

Erlang

Enable EDTS

EDTS is disabled by default, to enable it add the following snippet to the dotspacemacs/init function of your ~/.spacemacs file.

(setq spacemacs-erlang-elixir-use-edts t)

Note that EDTS is disable on Windows.

EDTS Key bindings

Key Binding     |                 Description

--------------------|------------------------------------------------------------ SPC m d | show man page documentation SPC m e | go to next issue SPC m g | go to definition SPC m G | find a module in the current project SPC m h | open the header file under point SPC m l | find a function in the current module SPC m m | go to the macro definition under point SPC m r | go to the record definition under point