mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
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.
This commit is contained in:
parent
616fbdd369
commit
588daf8c52
@ -1,6 +1,7 @@
|
|||||||
[](https://travis-ci.org/magnars/multiple-cursors.el)
|
[](https://travis-ci.org/magnars/multiple-cursors.el)
|
||||||
[](https://melpa.org/#/multiple-cursors)
|
[](https://melpa.org/#/multiple-cursors)
|
||||||
[](https://stable.melpa.org/#/multiple-cursors)
|
[](https://stable.melpa.org/#/multiple-cursors)
|
||||||
|
[](https://elpa.nongnu.org/nongnu/multiple-cursors.html)
|
||||||
|
|
||||||
# multiple-cursors.el
|
# 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`.
|
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
|
M-x package-install multiple-cursors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user