We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e400629 commit 87d8683Copy full SHA for 87d8683
README.markdown
@@ -9,14 +9,15 @@ Simply add to your load path and require the mode to install.
9
In your shell...
10
11
```shell
12
-% git clone git://github.com/secondplanet/elixir-mode ~/.emacs.d/elixir-mode
+% git clone git://github.com/elixir/emacs-elixir ~/.emacs.d/emacs-elixir
13
% $EDITOR ~/.emacs
14
```
15
In the editor...
16
17
```lisp
18
-(add-to-list 'load-path "~/.emacs.d/elixir-mode")
19
-(require 'elixir-mode)
+(add-to-list 'load-path "~/.emacs.d/emacs-elixir)
+(require 'elixir-mode-setup)
20
+(elixir-mode-setup)
21
22
23
Save and reload with `M-x load-file` `~/.emacs`.
0 commit comments