flymake / emacs-flymake

Continuous syntax checking for Emacs. Fork to add max parallel invocations and other bug fixes.
http://www.illusori.co.uk/projects/emacs-flymake/
GNU General Public License v3.0
184 stars 36 forks source link

Turn on flymake-find-file-hook by default? #14

Open rrthomas opened 11 years ago

rrthomas commented 11 years ago

I find the following line in flymake.el:

  ;;+(add-hook 'find-file-hook 'flymake-find-file-hook)

I see no problem with uncommenting it (it seems to be the simplest way to get flymake working everywhere currently available). I currently simply copied it into my Emacs configuration.

The most obvious alternative is something like:

http://www.emacswiki.org/emacs/init-flymake.el

I filed a similar bug upstream (so far no reply): http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13779