From 71c86332c5ec13439d5ea9fe48742c58c44a1bdd Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 17 May 2024 13:29:52 -0400 Subject: [PATCH] Enable copilot in yaml- and json-ts-modes --- emacs/.emacs.d/config/init-ide.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/.emacs.d/config/init-ide.el b/emacs/.emacs.d/config/init-ide.el index c8afa54..2eedc68 100644 --- a/emacs/.emacs.d/config/init-ide.el +++ b/emacs/.emacs.d/config/init-ide.el @@ -265,7 +265,9 @@ :straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el")) :hook ((prog-mode . copilot-mode) (yaml-mode . copilot-mode) + (yaml-ts-mode . copilot-mode) (json-mode . copilot-mode) + (json-ts-mode . copilot-mode) (forge-post-mode . copilot-mode) (git-commit-mode . copilot-mode)) :config