Skip to content

Instantly share code, notes, and snippets.

@joakimk
Last active November 20, 2017 17:03
Show Gist options
  • Select an option

  • Save joakimk/aba4f5745e67a119af56808a3022dc96 to your computer and use it in GitHub Desktop.

Select an option

Save joakimk/aba4f5745e67a119af56808a3022dc96 to your computer and use it in GitHub Desktop.

Revisions

  1. joakimk revised this gist Nov 20, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,4 @@ The most important thing is `elm-format`. It auto-formats the code when you save
    0. Elm plugins: `elm-format` `language-elm`
    0. Vim plugins: `ex-mode` `vim-mode-plus`

    Currently evaluating the `elmjutsu` plugins.
    Currently evaluating the `elmjutsu` plugin.
  2. joakimk revised this gist Nov 20, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Some notes on my Elm development environment.

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

    0. `brew install elm elm-format`
    0. Install [Atom](https://atom.io/)
  3. joakimk revised this gist Nov 20, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,4 @@ The most important thing is `elm-format`. It auto-formats the code when you save
    0. Elm plugins: `elm-format` `language-elm`
    0. Vim plugins: `ex-mode` `vim-mode-plus`

    Experimental plugins: elmjutsu (haven't learned a lot about it yet)
    Currently evaluating the `elmjutsu` plugins.
  4. joakimk revised this gist Nov 20, 2017. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -3,9 +3,8 @@ Some notes on my Elm development environment.
    The most important thing is `elm-format`. It auto-formats the code when you save.

    0. `brew install elm elm-format`
    0. Install atom
    0. Elm plugins: elm-format language-elm

    Vim users might want: ex-mode vim-mode-plus
    0. Install [Atom](https://atom.io/)
    0. Elm plugins: `elm-format` `language-elm`
    0. Vim plugins: `ex-mode` `vim-mode-plus`

    Experimental plugins: elmjutsu (haven't learned a lot about it yet)
  5. joakimk revised this gist Nov 20, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@ The most important thing is `elm-format`. It auto-formats the code when you save
    0. `brew install elm elm-format`
    0. Install atom
    0. Elm plugins: elm-format language-elm
    0. Vim plugins: ex-mode vim-mode-plus

    Vim users might want: ex-mode vim-mode-plus

    Experimental plugins: elmjutsu (haven't learned a lot about it yet)
  6. joakimk created this gist Nov 20, 2017.
    10 changes: 10 additions & 0 deletions elm-and-atom.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    Some notes on my Elm development environment.

    The most important thing is `elm-format`. It auto-formats the code when you save.

    0. `brew install elm elm-format`
    0. Install atom
    0. Elm plugins: elm-format language-elm
    0. Vim plugins: ex-mode vim-mode-plus

    Experimental plugins: elmjutsu (haven't learned a lot about it yet)