chep / copilot-chat.el

Chat with Github copilot in Emacs !
MIT License
61 stars 7 forks source link

Custom prompts for various commands, such as `copilot-chat-explain`, `-review` and others #22

Closed suzuki closed 2 weeks ago

suzuki commented 2 weeks ago

About

I want to use customized prompt on copilot-chat-review, copilit-chat-explain commands. So I tried to change to defcustom instead of defconst.

Usage

In .emacs.d/init.el:

(setopt copilot-chat--prompt-review "MY OWN PROMPT")
chep commented 2 weeks ago

Thanks for the pull request. For custom variables you should remove the double hyphen: copilot-chat-prompt-explain.

suzuki commented 2 weeks ago

@chep Thank you for your suggention. I fixed it.

chep commented 2 weeks ago

Thank you !