flymake-easy

https://github.com/purcell/flymake-easy.git

git clone 'git://github.com/purcell/flymake-easy.git'
21

Melpa Status Melpa Stable Status

flymake-easy.el

Helpers for easily building Emacs flymake checkers.

Installation

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).

Usage

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.


Steve Purcell's blog // @sanityinc on Twitter