Skip to content

Commit bd34255

Browse files
committed
Swap installation and shortcut section
1 parent ec494c2 commit bd34255

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Typed-Clojure-Mode
66

77
The official Typed Clojure Emacs plugin.
88

9+
Installation
10+
================
11+
12+
Install via [MELPA](http://melpa.milkbox.net/#/typed-clojure-mode).
13+
14+
<pre>
15+
(add-hook 'clojure-mode-hook 'typed-clojure-mode)
16+
</pre>
17+
918
### Typed-Clojure-mode
1019

1120
Keyboard Shortcut | Description | Command
@@ -19,15 +28,6 @@ Dependencies
1928
================
2029
Clojure-mode, Cider
2130

22-
Installation
23-
================
24-
25-
Install via [MELPA](http://melpa.milkbox.net/#/typed-clojure-mode).
26-
27-
<pre>
28-
(add-hook 'clojure-mode-hook 'typed-clojure-mode)
29-
</pre>
30-
3131
License
3232
================
3333

0 commit comments

Comments
 (0)