ELPA for jcs-emacs, using github-elpa
- Use built-in code over third-party library (
dash.el
,s.el
,f.el
, etc) - Reuse third-party libraries if possible to keep the maintenance (think of the entire ELPA is a one huge piece of software), but not required
- Accept any packages, but they need to show some usefulness
- Don't remake the wheel, try to search for existing packages before you create one
- Contribute to existing packages that have similar features (unless the author refuses)
- Keep up the package's maintenance if possible, and ask someone for help if you need to
Add the following to your configuration:
(add-to-list 'package-archives '( "jcs-elpa" . "https://jcs-emacs.github.io/jcs-elpa/packages/") t)
Use priority if you don't want this archive overridden with other larger archives:
(setq package-archive-priorities '(("melpa" . 5)
("jcs-elpa" . 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.