On loading large files (~2000+ lines for example), flyspell takes a few seconds to Run.
Is there a way to have flyspell delay applying to the entire buffer on load?
Only run on visible text for instance? Or run multiple processes to get the job done faster?
Edit: this was caused by:
(add-hook 'flyspell-mode-hook 'flyspell-buffer)
Think this question should be closed.