spacemacs/contrib/lang/erlang-elixir
syl20bnr a4919b3eda New layer syntax-checking
Move flycheck
2015-04-10 22:23:16 -04:00
..
img Add alchemist.el logo 2015-01-26 01:16:46 -05:00
config.el Move configuration variables to config.el in several layers 2015-01-14 23:22:15 -05:00
packages.el New layer syntax-checking 2015-04-10 22:23:16 -04:00
README.md Update wrong code snippets in READMEs 2015-02-17 22:36:12 -05:00

Erlang/Elixir contribution layer for Spacemacs

logo_erlang

logo_elixir with logo_alchemist

Table of Contents

Install

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

(setq-default dotspacemacs-configuration-layers '(erlang-elixir))

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