Last active
November 20, 2017 17:03
-
-
Save joakimk/aba4f5745e67a119af56808a3022dc96 to your computer and use it in GitHub Desktop.
Revisions
-
joakimk revised this gist
Nov 20, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` plugin. -
joakimk revised this gist
Nov 20, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. You will likely miss this in other languages. 0. `brew install elm elm-format` 0. Install [Atom](https://atom.io/) -
joakimk revised this gist
Nov 20, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. -
joakimk revised this gist
Nov 20, 2017 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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](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) -
joakimk revised this gist
Nov 20, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 Vim users might want: ex-mode vim-mode-plus Experimental plugins: elmjutsu (haven't learned a lot about it yet) -
joakimk created this gist
Nov 20, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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)