rksm / copilot-emacsd

Example configuration to integrate Copilot into Emacs
45 stars 3 forks source link

Copilot setup for Emacs

This accompanies this blog post.

This is a ready-to-roll setup based on zerolfx/copilot.el. It customizes Copilot a bit to be more convenient (for me at least). Some features:

Installation

# clone this repo
git clone https://github.com/rksm/copilot-emacsd.git
cd copilot-emacsd
git submodule update --init --recursive

You can start with this setup without interfering with your existing Emacs config by running:

emacs -Q -l path/to/copilot-emacsd/init.el