Skip to content

Instantly share code, notes, and snippets.

@joakimk
Last active November 20, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joakimk/aba4f5745e67a119af56808a3022dc96 to your computer and use it in GitHub Desktop.
Save joakimk/aba4f5745e67a119af56808a3022dc96 to your computer and use it in GitHub Desktop.
Elm and Atom setup

Some notes on my Elm development environment.

The most important thing is elm-format. It auto-formats the code when you save. You will likely miss this in other languages.

  1. brew install elm elm-format
  2. Install Atom
  3. Elm plugins: elm-format language-elm
  4. Vim plugins: ex-mode vim-mode-plus

Currently evaluating the elmjutsu plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment