emacs-flymake icon indicating copy to clipboard operation
emacs-flymake copied to clipboard

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

Open rrthomas opened this issue 12 years ago • 0 comments

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

rrthomas avatar May 20 '13 13:05 rrthomas