purcell / flymake-easy

Helpers for easily building Emacs flymake checkers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Helpers for easily building Emacs flymake checkers


Languages

Language:Emacs Lisp 100.0%