From 97ff56053ad5be3f58913b8e88c9c62491828b83 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 26 May 2024 23:48:02 +0100 Subject: [PATCH] chore(copilot): update git repo reference --- modules/completion/siren-copilot.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/completion/siren-copilot.el b/modules/completion/siren-copilot.el index 85fd1c6..45d14fa 100644 --- a/modules/completion/siren-copilot.el +++ b/modules/completion/siren-copilot.el @@ -9,7 +9,7 @@ (require 'cl-lib) (use-package copilot - :straight (:host github :repo "zerolfx/copilot.el" + :straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el")) :hook (prog-mode . copilot-mode) @@ -30,7 +30,6 @@ "" #'copilot-accept-completion-by-line) :custom - (copilot-auto-balance t) (copilot-disable-predicates '(siren-copilot-disable-predicate)) (copilot-indent-offset-warning-disable t)