Skip to content

Commit 2f5c3bc

Browse files
committed
Update README with a working screenshot
1 parent 87d8683 commit 2f5c3bc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elixir-mode -- Emacs major mode for [Elixir](https://github.com/josevalim/elixir)
22

3-
![elixir-mode](https://img.skitch.com/20111112-tyhx1d5wqus29rx644f46ciu5c.png)
3+
![elixir-mode](http://cl.ly/image/0I3h1h1v2740/Screen%20Shot%202013-04-06%20at%205.40.05%20PM.png)
44

55
## Installation
66

@@ -24,12 +24,13 @@ Save and reload with `M-x load-file` `~/.emacs`.
2424

2525
## Usage
2626

27-
Any file that matches the glob `*.ex[s]` is automatically opened in
28-
Elixir mode, but you can change this functionality easily.
27+
Any file that matches the glob `*.ex[s]` or `*.elixir` is
28+
automatically opened in Elixir mode, but you can change this
29+
functionality easily.
2930

3031
```lisp
31-
;; Highlights *.elixir as well
32-
(add-to-list 'auto-mode-alist '("\\.elixir\\'" . elixir-mode))
32+
;; Highlights *.elixir2 as well
33+
(add-to-list 'auto-mode-alist '("\\.elixir2\\'" . elixir-mode))
3334
```
3435

3536
### Commands

0 commit comments

Comments
 (0)