https://github.com/purcell/flymake-easy.git
git clone 'git://github.com/purcell/flymake-easy.git'
Helpers for easily building Emacs flymake checkers.
If you choose not to use one of the convenient packages in
Melpa and Marmalade, you'll need to add the
directory containing flymake-easy.el
to your load-path
, and then
(require 'flymake-easy)
.
This library provides the flymake-easy-load
helper function for
setting up flymake checkers. Just call that function with the
appropriate arguments in a major mode hook function.
See flymake-ruby
for an
example.