ELPA for EINE, using github-elpa
Here are the goals for this ELPA:
- Host all EINE packages for public use.
Add the following to your configuration:
(add-to-list 'package-archives '( "eine" . "https://emacs-eine.github.io/elpa/packages/") t)Use priority if you don't want this archive overridden with other larger archives:
(setq package-archive-priorities '(("gnu" . 5)
("melpa" . 5)
("jcs-elpa" . 0)
("eine" . 0)))If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!
This work is licensed under the CC BY-ND 4.0 license.


