From 705d6c652de7ef38f981fafa04db688f33f6a0e9 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Tue, 24 Dec 2024 01:51:29 +0100 Subject: [PATCH] tweak(copilot): customize the installation directory --- modules/me-ai.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)