From 009f7a2bbb74d9119d423bc4c98727388f2895fd Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Sat, 21 Dec 2024 16:07:07 +0100 Subject: [PATCH] feat(ai): initial support for Copilot --- modules/me-ai.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/me-ai.el b/modules/me-ai.el index 6896259c..ee78751d 100644 --- a/modules/me-ai.el +++ b/modules/me-ai.el @@ -76,6 +76,10 @@ (whisper-use-threads (/ (num-processors) 2))) +(use-package copilot + :straight (:host github :repo "copilot-emacs/copilot.el")) + + (provide 'me-ai) ;;; me-ai.el ends here