Enable copilot in yaml- and json-ts-modes
This commit is contained in:
parent
87584357a9
commit
71c86332c5
@ -265,7 +265,9 @@
|
|||||||
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el"))
|
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el"))
|
||||||
:hook ((prog-mode . copilot-mode)
|
:hook ((prog-mode . copilot-mode)
|
||||||
(yaml-mode . copilot-mode)
|
(yaml-mode . copilot-mode)
|
||||||
|
(yaml-ts-mode . copilot-mode)
|
||||||
(json-mode . copilot-mode)
|
(json-mode . copilot-mode)
|
||||||
|
(json-ts-mode . copilot-mode)
|
||||||
(forge-post-mode . copilot-mode)
|
(forge-post-mode . copilot-mode)
|
||||||
(git-commit-mode . copilot-mode))
|
(git-commit-mode . copilot-mode))
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user