You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,7 +27,7 @@ elixir-mode is available on the community maintained repository -
12
27
[RET] elixir-mode [RET]` inside your emacs and you're ready to go.
13
28
14
29
**Please take note of the MELPA URL.** If you are using http://melpa.milkbox.net
15
-
then you are not getting the latest *stable* version of this package.
30
+
then you are not getting the latest *stable* version of this package.
16
31
Please use http://melpa-stable.milkbox.net when retrieving this package.
17
32
18
33
If you're not already using ELPA, check the [emacswiki](http://www.emacswiki.org/emacs/ELPA) page to get
@@ -23,7 +38,7 @@ familiar with it.
23
38
If you would prefer to install from source, you can download the latest tagged
24
39
release from https://github.com/elixir-lang/emacs-elixir/releases/latest/.
25
40
26
-
After unzipping either the tarball or zipfile into your desired location,
41
+
After unzipping either the tarball or zipfile into your desired location,
27
42
add the following in your .emacs file:
28
43
29
44
```lisp
@@ -180,9 +195,9 @@ experience, you can add the following to your `elixir-mode-hook`:
180
195
(ruby-end-mode +1)))
181
196
```
182
197
183
-
## Mix
198
+
## Elixir Tooling Integration
184
199
185
-
If you looking for integrated emacs [mix](http://elixir-lang.org/getting_started/mix/1.html) support, see here: [elixir-mix.el](https://github.com/tonini/elixir-mix.el)
200
+
If you looking for elixir tooling integration for emacs, check: [alchemist.el](https://github.com/tonini/alchemist.el)
186
201
187
202
## History
188
203
@@ -192,3 +207,5 @@ This mode is based on the
192
207
## Contributing
193
208
194
209
Please read [CONTRIBUTING.md](https://github.com/elixir-lang/emacs-elixir/blob/master/CONTRIBUTING.md) for guidelines on how to contribute to this project.
0 commit comments