How to disable C header checks in Flyspell?

In Emacs, when flyspell-prog mode is active, C / C ++ header names are also checked by Flyspell. So the spellchecker complains about stdlib.h, stdio.h, but ok with something like string.h.

Does anyone know how to fix this annoying Flyspell behavior?

+5
source share

Source: https://habr.com/ru/post/1200542/


All Articles