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:
parent
0087ff8c6d
commit
a944059095
2 changed files with 19 additions and 0 deletions
18
.emacs.d/include/priime-ai.el
Normal file
18
.emacs.d/include/priime-ai.el
Normal 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
|
|
@ -31,6 +31,7 @@
|
|||
(load-library "priime-ui")
|
||||
(load-library "priime-org")
|
||||
(load-library "priime-languages")
|
||||
(load-library "priime-ai")
|
||||
|
||||
;; Legacy
|
||||
(when (equal (system-name) "framework")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue