File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# elixir-mode -- Emacs major mode for [ Elixir] ( https://github.com/josevalim/elixir )
2
2
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)
4
4
5
5
## Installation
6
6
@@ -24,12 +24,13 @@ Save and reload with `M-x load-file` `~/.emacs`.
24
24
25
25
## Usage
26
26
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.
29
30
30
31
``` 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))
33
34
```
34
35
35
36
### Commands
You can’t perform that action at this time.
0 commit comments