You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm recently installed copilot.el and tried to use it with Clojure, but I'm getting spammed with the following error:
⛔ Warning (copilot): copilot--infer-indentation-offset found no mode-specific indentation offset.
The problem is that it uses editorconfig-indentation-alist to infer indentation offset. I searched on the editorconfig-indentation-alist but it is missing.
Any idea of how can I get the indentation offset? I don't have much experience with emacs.
The text was updated successfully, but these errors were encountered:
It seems clojure-mode does not define a variable for indentation offset number, so IMO it cannot be solved by editorconfig plugin.
I think this issue should be handled by copilot.el team, and an issue for this has already been filed: copilot-emacs/copilot.el#312
Hello, I'm recently installed copilot.el and tried to use it with Clojure, but I'm getting spammed with the following error:
The problem is that it uses
editorconfig-indentation-alist
to infer indentation offset. I searched on theeditorconfig-indentation-alist
but it is missing.Any idea of how can I get the indentation offset? I don't have much experience with emacs.
The text was updated successfully, but these errors were encountered: