Emacs Copilot
The copilot-complete function demonstrates that ~100 lines of LISP is all it takes for Emacs to do that thing GitHub Copilot and VSCode are famous for doing except superior w.r.t. both quality and freedom
Cost / License
- Free
- Open Source
Platforms
- Linux
- Mac
- Windows
- BSD
- GNU Emacs
Features
Emacs integration
- EMACS
- AI-Powered
Tags
- copilot
- ai-code-assistant
Emacs Copilot News & Activities
Recent activities
- POX added Emacs Copilot as alternative to Sidekick CLI
- POX added Emacs Copilot as alternative to Clinde
- Danilo_Venom added Emacs Copilot as alternative to v0 by Vercel
- arthurfragoso added Emacs Copilot as alternative to Void
- aiden076 liked Emacs Copilot
- POX added Emacs Copilot as alternative to ANON KODE
- POX added Emacs Copilot as alternative to Cline
- POX added Emacs Copilot as alternative to Sourcegraph
- POX added Emacs Copilot as alternative to Melty
Emacs Copilot information
What is Emacs Copilot?
The copilot-complete function demonstrates that ~100 lines of LISP is all it takes for Emacs to do that thing GitHub Copilot and VSCode are famous for doing except superior w.r.t. both quality and freedom
Emacs Copilot helps you do pair programming with a local-running LLM that generates code completions within Emacs buffers. The LLM is run as a sub-command that remembers your local editing history on a file by file basis. Tokens stream into your buffer without delay as gen'd and you can hit C-g to interrupt your LLM at any time. History and memory can also be deleted from the LLM's context when deleting code from your Emacs buffer that matches up verbatim. Copilot is language agnostic and your programming language is determed by file extension.


