branch: elpa/clojure-mode
commit 6a21ac95eefa20da6b0c7e375aad1796c0cba7c0
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Mention NonGNU ELPA in the installation section
---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index a36d1e2212..940fc59e45 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,15 @@ highlighting), indentation, navigation and refactoring 
support for the
 
 ## Installation
 
-Available on the major `package.el` community maintained repos -
-[MELPA Stable][] and [MELPA][] repos.
+Available on [NonGNU ELPA][], [MELPA Stable][] and [MELPA][].
 
-MELPA Stable is the recommended repo as it has the latest stable
-version.  MELPA has a development snapshot for users who don't mind
-(infrequent) breakage but don't want to run from a git checkout.
+NonGNU ELPA is configured by default in Emacs 28+, so `package-install`
+will work out of the box without adding any package archives. MELPA
+Stable is another good option as it has the latest stable version.
+MELPA has a development snapshot for users who don't mind (infrequent)
+breakage but don't want to run from a git checkout.
+
+[NonGNU ELPA]: https://elpa.nongnu.org/nongnu/clojure-mode.html
 
 You can install `clojure-mode` using the following command:
 

Reply via email to