emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 56810a7 284/313: Add a note about the required


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 56810a7 284/313: Add a note about the required Emacs version
Date: Wed, 11 Aug 2021 10:00:34 -0400 (EDT)

branch: elpa/inf-clojure
commit 56810a76b32949d9634e2f50ffe5f2f5b15e5d99
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]