Open

Description
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
.
(use-package irony
:init
(add-hook 'c++-mode-hook 'irony-mode)
(add-hook 'c-mode-hook 'irony-mode)
...)
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.
Metadata
Metadata
Assignees
Labels
No labels