Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 987 Bytes

File metadata and controls

18 lines (13 loc) · 987 Bytes

Contributing

This is a simple package at the moment. I imagine it will stay pretty simple and stable, and that enhancements will focus on the bibtex-actions-read function.

Otherwise, I expect most innovations to focus on configuration details laid out on the wiki. You should feel free to add your ideas there.

You can of course write your own functions that rely on bibtex-actions-read, but if you want to share it more widely, you should consider submitting it for inclusion in bibtex-completion. itself.

If you do submit a PR, details:

  • Follow the elisp style guide.
  • If the CI flags any errors or warnings, which it will report on the “files” tab, please fix them.
  • For working on lists and such, we primarily use the seq functions, and would like to remove the dependence on s and bibtex-completion in general.