mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(copilot): update git repo reference
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user