1
0
Fork 0

feat(emacs): add priime-ai package

I was convinced to. This is not of my own free will.

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-21 20:50:30 -05:00
parent 0087ff8c6d
commit a944059095
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,18 @@
;;; priime-ai.el --- AI completion -*- lexical-binding: t -*-
;;; Commentary:
;; Contains configuration for AI completion.
;;; Code:
(use-package gptel :straight t)
(use-package copilot
:straight (copilot :type git :host github :repo "copilot-emacs/copilot.el"))
(use-package copilot-chat
:straight (copilot-chat :type git :host github :repo "chep/copilot-chat.el")
:after (copilot org markdown-mode request shell-maker))
(provide 'priime-ai)
;;; priime-ai.el ends here

View file

@ -31,6 +31,7 @@
(load-library "priime-ui") (load-library "priime-ui")
(load-library "priime-org") (load-library "priime-org")
(load-library "priime-languages") (load-library "priime-languages")
(load-library "priime-ai")
;; Legacy ;; Legacy
(when (equal (system-name) "framework") (when (equal (system-name) "framework")