You can enable helper mode by specifying something like mode:flyspell in the local variables of the file . In my case, I want Flyspell to be the default for my org buffers (which I can configure with a hook), but there are several files where I want to disable it.
Is there an easy way to accomplish this (unless you create a new minor mode that disables flyspell and enables it using local variables)?
source share