Skip to content

Commit

Permalink
tweak(copilot): customize the installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 24, 2024
1 parent 009f7a2 commit 705d6c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/me-ai.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 705d6c6

Please sign in to comment.