To create your own ELPA, similar to this one, visit https://codeberg.org/tarsius/myelpa/wiki/.

MyElpa

This ELPA is maintained in this repository. For more information see its wiki.

MyElpa snapshots

To use MyElpa's snapshots channel add this to your early-init.el.


    (require 'package)
    (add-to-list 'package-archives
                 '("myelpa-snapshots" . "https://tarsius.codeberg.page/myelpa/snapshots/"))
    

Packages

MyElpa releases

To use MyElpa's releases channel add this to your early-init.el.


    (require 'package)
    (add-to-list 'package-archives
                 '("myelpa-releases" . "https://tarsius.codeberg.page/myelpa/releases/"))
    

Packages