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
When I open .sol file with emacs, I get these error messages.
Warning (irony): Major mode is unknown to Irony, see `irony-supported-major-mod\
es'.
Warning (irony): Major mode is unknown to Irony, see `irony-supported-major-mod\
es'.
How can I fix this without disabling the original hooks?
Thank you.
The text was updated successfully, but these errors were encountered:
I am not using irony myself which is why I have not seen this. The warning appears to be harmless. You can even make it go away by adding this somewhere in your emacs file:
(push'solidity-mode irony-supported-major-modes)
I am not sure what kind of integration we could have with irony so I will have to do some research when I find some time. Until then, I will leave this issue open.
LefterisJP
changed the title
Conflict with irony-mode?
Proper Integration with Irony Mode
Mar 13, 2018
I'm using irony-mode one of emacs plugin for C/C++ mode. Here are some lines from my emacs init file that hooks C/C++ mode with
irony-mode
.When I open
.sol
file with emacs, I get these error messages.How can I fix this without disabling the original hooks?
Thank you.
The text was updated successfully, but these errors were encountered: