Skip to content

Commit 87d8683

Browse files
committed
Update README for new setup instructions.
1 parent e400629 commit 87d8683

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ Simply add to your load path and require the mode to install.
99
In your shell...
1010

1111
```shell
12-
% git clone git://github.com/secondplanet/elixir-mode ~/.emacs.d/elixir-mode
12+
% git clone git://github.com/elixir/emacs-elixir ~/.emacs.d/emacs-elixir
1313
% $EDITOR ~/.emacs
1414
```
1515
In the editor...
1616

1717
```lisp
18-
(add-to-list 'load-path "~/.emacs.d/elixir-mode")
19-
(require 'elixir-mode)
18+
(add-to-list 'load-path "~/.emacs.d/emacs-elixir)
19+
(require 'elixir-mode-setup)
20+
(elixir-mode-setup)
2021
```
2122

2223
Save and reload with `M-x load-file` `~/.emacs`.

0 commit comments

Comments
 (0)