branch: elpa/inf-clojure commit 56810a76b32949d9634e2f50ffe5f2f5b15e5d99 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Add a note about the required Emacs version --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bde87d..aaa14f7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,9 @@ the right code for each REPL type. ## Installation -Available on all major `package.el` community maintained repos - +**Note:** `inf-clojure` requires Emacs 25 or newer. + +`inf-clojure` is available on the community-maintained `package.el` repos - [MELPA Stable][] and [MELPA][] repos. MELPA Stable is recommended as it has the latest stable version. @@ -100,9 +102,9 @@ Add the following to your Emacs config to enable (add-hook 'clojure-mode-hook #'inf-clojure-minor-mode) ``` -**Don't enable `inf-clojure-minor-mode` and `cider-mode` at the same time. They +**Warning:** Don't enable `inf-clojure-minor-mode` and `cider-mode` at the same time. They have overlapping functionality and keybindings and the result will be nothing -short of havoc.** +short of havoc. ## Basic Usage