dominikh / go-mode.el

Emacs mode for the Go programming language
BSD 3-Clause "New" or "Revised" License
1.38k stars 211 forks source link

Mentioning NonGNU ELPA #389

Closed phikal closed 2 years ago

phikal commented 3 years ago

Hi,

this is just to let you know that go-mode has been added to the NonGNU ELPA repository. It will be enabled by default from Emacs 28 and onwards making go-mode easier to install.

Form a packaging perspective, the main differences are that NonGNU checks for commits that bump the version tag when identifying stable releases (instead of tagged commits like MELPA) and that by default, stable versions are distributed.

In case you are interested, feel free to mention that go-mode can be installed via NonGNU ELPA: https://elpa.nongnu.org/nongnu/go-mode.html

phikal commented 2 years ago

Implicitly handled by #398.