chore(copilot): update git repo reference

This commit is contained in:
2024-05-26 23:48:02 +01:00
parent 1dfd9d28a0
commit 97ff56053a

View File

@@ -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 @@
"<end>" #'copilot-accept-completion-by-line)
:custom
(copilot-auto-balance t)
(copilot-disable-predicates '(siren-copilot-disable-predicate))
(copilot-indent-offset-warning-disable t)