Skip to content

Commit

Permalink
feat(ai): initial support for Copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 21, 2024
1 parent f665741 commit 009f7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-ai.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 009f7a2

Please sign in to comment.