ELPA

NonGNU Emacs Lisp Package Archive

A package repository for GNU Emacs.

To use it, type M-x list-packages in Emacs.

Browse the packages

To use it in Emacs<28, you need to add something like the following to your init file:

(with-eval-after-load 'package
  (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")))

Packages are managed through the NonGNU ELPA repository (see the GNU Emacs project page for clone instructions).

Contact