From 588daf8c520f4545323e36b8900f02693ddcf5d3 Mon Sep 17 00:00:00 2001 From: Philip K Date: Sun, 8 Aug 2021 12:31:15 +0200 Subject: [PATCH] Mention NonGNU ELPA Hi, multiple-cursors has recently been added to [NonGNU ELPA](https://elpa.nongnu.org/), allowing Emacs 28+ users to install it without any additional configuration. This patch mentions NonGNU in the README, so that users know that it can be installed by default. Otherwise, the only thing worth noting is that NonGNU ELPA distributes stable versions by default, and these are identified by commits that modify the version tag in the package header. I'm not sure if new versions are to be expected, but in case there is an update, please remember to update the version tag too. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c476338..0468f69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Build Status](https://secure.travis-ci.org/magnars/multiple-cursors.el.png)](https://travis-ci.org/magnars/multiple-cursors.el) [![MELPA](https://melpa.org/packages/multiple-cursors-badge.svg)](https://melpa.org/#/multiple-cursors) [![MELPA Stable](https://stable.melpa.org/packages/multiple-cursors-badge.svg)](https://stable.melpa.org/#/multiple-cursors) +[![NonGNU ELPA](https://elpa.nongnu.org/nongnu/multiple-cursors.svg)](https://elpa.nongnu.org/nongnu/multiple-cursors.html) # multiple-cursors.el @@ -29,7 +30,9 @@ TLDR: *I am still maintaining this package*, but I am no longer crowdsourcing a I highly recommend installing multiple-cursors through `package.el`. -It's available on [MELPA](http://melpa.org/) and [MELPA Stable](http://stable.melpa.org): +It's available on [MELPA](http://melpa.org/), [MELPA Stable](http://stable.melpa.org) and +[NonGNU ELPA](https://elpa.nongnu.org/nongnu/multiple-cursors.html) (enabled by default +from Emacs 28 onwards): M-x package-install multiple-cursors