minad / cape

🦸cape.el - Completion At Point Extensions
GNU General Public License v3.0
603 stars 22 forks source link

Add Elixir keywords #68

Closed ashton314 closed 1 year ago

ashton314 commented 1 year ago

This adds keywords from Elixir. I scraped these off of the Kernel namespace (see the docs) which gets auto-imported everywhere. This might as well be considered the builtins of the language.

minad commented 1 year ago

Did you assign copyright for your Emacs contributions to the FSF? While this is a trivial change, it exceeds the 15 line limit. Please also open a similar PR for company-mode.

ashton314 commented 1 year ago

Copyright assignment for the FSF

I've never done that before. How do I get started? (Sheesh… I thought this would be an easy contribution. 😅 It'll be worth it though!)

PR for company-mode Just opened here: https://github.com/company-mode/company-mode/pull/1353

Looks like I'll need the FSF copyright assignment for that too.

minad commented 1 year ago

See the step description here: https://protesilaos.com/emacs/modus-themes#h:111773e2-f26f-4b68-8c4f-9794ca6b9633

ashton314 commented 1 year ago

If course Prot would have a nice write-up of how to do this. Thanks for the pointer—I'll get on this.

To be clear: is this something I have to complete on a per-project basis?

minad commented 1 year ago

You can do it once for all your Emacs contributions.