diff --git a/emacs/.emacs.d/config/init-ide.el b/emacs/.emacs.d/config/init-ide.el index aa76f2b..01838be 100644 --- a/emacs/.emacs.d/config/init-ide.el +++ b/emacs/.emacs.d/config/init-ide.el @@ -236,7 +236,11 @@ :straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el")) :hook ((prog-mode . copilot-mode) (yaml-mode . copilot-mode) - (json-mode . copilot-mode)) + (json-mode . copilot-mode) + (forge-post-mode . copilot-mode) + (git-commit-mode . copilot-mode)) + :config + (add-to-list 'warning-suppress-types '(copilot)) :general (prog-mode-map "C-c " #'copilot-complete) (copilot-completion-map "C-n" #'copilot-next-completion