He Wentao
He Wentao
Thank you for your reply. I'm not sure because it was a long time ago, and I might have already cleared it. It’s not here now, at least.
> Depends strongly on how you are loading copilot in the first place. If you are using `use-package`, then check [their readme](https://github.com/jwiegley/use-package), especially the passage where they explain how to...
```elisp (add-hook 'prog-mode-hook 'my/disable-copilot-mode) (add-hook 'latex-mode-hook 'my/enable-copilot-m) ``` I used these lines now to disable copilot in some mode. However, in this way, the Emacs starts the copilot first and...