Skip to content

Commit 56810a7

Browse files
committed
Add a note about the required Emacs version
1 parent fd2d774 commit 56810a7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ the right code for each REPL type.
7070

7171
## Installation
7272

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 -
7476
[MELPA Stable][] and [MELPA][] repos.
7577

7678
MELPA Stable is recommended as it has the latest stable version.
@@ -100,9 +102,9 @@ Add the following to your Emacs config to enable
100102
(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)
101103
```
102104

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
104106
have overlapping functionality and keybindings and the result will be nothing
105-
short of havoc.**
107+
short of havoc.
106108

107109
## Basic Usage
108110

0 commit comments

Comments
 (0)