ELPA for jcs-emacs, using github-elpa
- Prioritize using built-in code over third-party libraries (e.g.,
dash.el
,s.el
,f.el
). - Reuse third-party libraries when possible to reduce maintenance (consider ELPA as a single large project), but it's not strictly necessary.
- Accept package contributions, but they must demonstrate clear usefulness.
- Avoid reinventing the wheel—search for existing packages before developing a new one.
- Contribute to existing packages with similar functionality, unless the author declines contributions.
- Maintain your packages as much as you can, and ask for help if needed.
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.