File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ the right code for each REPL type.
70
70
71
71
## Installation
72
72
73
- Available on all major ` package.el ` community maintained repos -
73
+ ** Note:** ` inf-clojure ` requires Emacs 25 or newer.
74
+
75
+ ` inf-clojure ` is available on the community-maintained ` package.el ` repos -
74
76
[ MELPA Stable] [ ] and [ MELPA] [ ] repos.
75
77
76
78
MELPA Stable is recommended as it has the latest stable version.
@@ -100,9 +102,9 @@ Add the following to your Emacs config to enable
100
102
(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
101
103
```
102
104
103
- ** Don't enable ` inf-clojure-minor-mode ` and ` cider-mode ` at the same time. They
105
+ ** Warning: ** Don't enable ` inf-clojure-minor-mode ` and ` cider-mode ` at the same time. They
104
106
have overlapping functionality and keybindings and the result will be nothing
105
- short of havoc.**
107
+ short of havoc.
106
108
107
109
## Basic Usage
108
110
You can’t perform that action at this time.
0 commit comments