New stuff in setup: bindings.el, flyspell.el, mywin.el
[emacs-init.git] / setup / flyspell.el
1 (require 'advice)
2
3 ; Speed up interactivity in flyspell (it's unusable on windows otherwise)
4
5 (defadvice flyspell-check-pre-word-p (around flyspell-delay-all activate)
6   (setq ad-return-value nil))