One can enable a minor mode by specifying something like mode:flyspell
in file local variables. In my case, I want flyspell to be on by default for my org buffers (which I can set up via a hook), but there are a few files where I want to keep it turned off.
Is there a simple way to accomplish this (short of creating a new minor mode that would disable flyspell and enabling that using local variables)?