copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.71k stars 122 forks source link

Warning (copilot): copilot--infer-indentation-offset found no mode-specific indentation offset. #276

Closed mentamortem closed 3 months ago

mentamortem commented 4 months ago

image

jcs090218 commented 4 months ago

It's a nice warning from this package. 🤔

https://github.com/copilot-emacs/copilot.el/blob/fd4d7e8c1e95aa9d3967b19905c9b8c3e03f6a5c/copilot.el#L370-L371

tophat8855 commented 3 months ago

You can disable the warning or add customize the indentation alist as per this PR: https://github.com/copilot-emacs/copilot.el/pull/230

riclima commented 3 months ago

@tophat8855 thanks for the info. I was looking for a way to turn this warning off as well. For some reason, I get this warning every time I run M-x and type a command.

mentamortem commented 3 months ago

Thank you!