elm: respect max 80 characters per line in README
This commit is contained in:
parent
3bcb84f3e9
commit
0ca8d2f87c
1 changed files with 14 additions and 12 deletions
|
@ -22,7 +22,7 @@
|
||||||
- [[#elm-reactor][elm-reactor]]
|
- [[#elm-reactor][elm-reactor]]
|
||||||
- [[#elm-package][elm-package]]
|
- [[#elm-package][elm-package]]
|
||||||
- [[#package-list-buffer][package list buffer]]
|
- [[#package-list-buffer][package list buffer]]
|
||||||
- [[#elm-oracle][elm-oracle]]
|
- [[#elm-oracle-1][elm-oracle]]
|
||||||
- [[#refactoring][Refactoring]]
|
- [[#refactoring][Refactoring]]
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
|
@ -46,8 +46,8 @@ add =elm= to the existing =dotspacemacs-configuration-layers= list in this
|
||||||
file.
|
file.
|
||||||
|
|
||||||
** Elm Platform
|
** Elm Platform
|
||||||
The ~elm-platform~ is a bundle of tools, including the ~elm-compiler~, ~elm-make~,
|
The ~elm-platform~ is a bundle of tools, including the ~elm-compiler~,
|
||||||
~elm-reactor~, ~elm-repl~ and ~elm-package~.
|
~elm-make~, ~elm-reactor~, ~elm-repl~ and ~elm-package~.
|
||||||
|
|
||||||
Depending on the method of installation, the ~elm-mode~ package would need to be
|
Depending on the method of installation, the ~elm-mode~ package would need to be
|
||||||
able to access commands such as ~elm-reactor~ or ~elm-make~.
|
able to access commands such as ~elm-reactor~ or ~elm-make~.
|
||||||
|
@ -65,8 +65,8 @@ certain operating system and architectures.
|
||||||
Also, note that you might need to set the ~ELM_HOME~ environment variables to
|
Also, note that you might need to set the ~ELM_HOME~ environment variables to
|
||||||
the corresponding directory created by the installer.
|
the corresponding directory created by the installer.
|
||||||
|
|
||||||
If you are facing problems with previewing a buffer with ~elm-reactor~ ensure that
|
If you are facing problems with previewing a buffer with ~elm-reactor~ ensure
|
||||||
the absolute path of the npm global bin file is on your path within emacs
|
that the absolute path of the npm global bin file is on your path within emacs
|
||||||
|
|
||||||
OS X Users facing problems with ~elm-reactor~ failing to properly install or
|
OS X Users facing problems with ~elm-reactor~ failing to properly install or
|
||||||
run, see this issue [[https://github.com/kevva/elm-bin/issues/28][https://github.com/kevva/elm-bin/issues/28]].
|
run, see this issue [[https://github.com/kevva/elm-bin/issues/28][https://github.com/kevva/elm-bin/issues/28]].
|
||||||
|
@ -77,8 +77,8 @@ To build from source, see instructions here:
|
||||||
|
|
||||||
** elm-oracle
|
** elm-oracle
|
||||||
~elm-oracle~ can be used to show type signatures and docs for tokens under the
|
~elm-oracle~ can be used to show type signatures and docs for tokens under the
|
||||||
cursor and provide support for auto-completion, but it is not part of the standard
|
cursor and provide support for auto-completion, but it is not part of the
|
||||||
elm-platform.
|
standard elm-platform.
|
||||||
|
|
||||||
Both the "company" and "auto-complete" backends are supported, but this layer
|
Both the "company" and "auto-complete" backends are supported, but this layer
|
||||||
is configured with company.
|
is configured with company.
|
||||||
|
@ -91,13 +91,15 @@ run this command:
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** elm-format
|
** elm-format
|
||||||
~elm-format~ can be used to format elm code according to a standard set of rules.
|
~elm-format~ can be used to format elm code according to a standard set of
|
||||||
|
rules.
|
||||||
|
|
||||||
To install ~elm-format~ follow the the instructions for the version of elm installed:
|
To install ~elm-format~ follow the the instructions for the version of elm
|
||||||
https://github.com/avh4/elm-format
|
installed: https://github.com/avh4/elm-format
|
||||||
|
|
||||||
Also, note that if you use homebrew to install ~elm-format~ the installed exe has a
|
Also, note that if you use homebrew to install ~elm-format~ the installed exe
|
||||||
version suffix, the installed command name can be set in your =~/spacemacs=:
|
has a version suffix, the installed command name can be set in your
|
||||||
|
=~/spacemacs=:
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(elm :variables
|
(elm :variables
|
||||||
|
|
Reference in a new issue