spacemacs/contrib/lang/erlang-elixir
syl20bnr 2d726f21a0 Rename spacemacs//diminish to spacemacs|diminish
and spacemacs//hide-lighter to spacemacs|hide-lighter
to respect the conventions on macros name
2014-12-03 22:39:18 -05:00
..
packages.el Rename spacemacs//diminish to spacemacs|diminish 2014-12-03 22:39:18 -05:00
README.md Move Erlang and Elixir in a contribution layer 2014-11-28 23:59:23 -05:00

Erlang/Elixir contribution layer for Spacemacs

Install

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

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

Erlang

Spacemacs uses [EDTS][edts] as an Erlang coding environment.

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