diff --git a/modules/me-ai.el b/modules/me-ai.el index ee78751d..03d6ce59 100644 --- a/modules/me-ai.el +++ b/modules/me-ai.el @@ -77,7 +77,9 @@ (use-package copilot - :straight (:host github :repo "copilot-emacs/copilot.el")) + :straight (:host github :repo "copilot-emacs/copilot.el") + :custom + (copilot-install-dir (expand-file-name "copilot" minemacs-local-dir))) (provide 'me-ai)