Danny Willems -- Work In Progress

A mathematician fighting for privacy and security on the Internet, while dreaming about describing the Universe with equations and symbols.

Today I started to go through some Emacs plugin repositories that I use and try to fix some warnings. In particular, I want to try copilot in Emacs. I found copilot.el. There are some warnings in Emacs 29.1, like docstring.

Some hints:

(copilot :location (recipe :fetcher github :repo "copilot-emacs/copilot.el" :files ("*.el" "dist")))

This is for repositories located on GitHub. See melpa recipe for any other format. On my side, I’m gonna use a fork on the main repositories until the PRs are merged. For this, I use:

(copilot :location (recipe :fetcher github :repo "dannywillems/copilot.el" :branch "dw/main" :files ("*.el" "dist")))

It is essentially the main branch with all PRs merged.

Results of the day regarding el engineering:

This article might be updated in the future.