https://github.com/purcell/flymake-easy
Helpers for easily building Emacs flymake checkers
https://github.com/purcell/flymake-easy
Last synced: 23 days ago
JSON representation
Helpers for easily building Emacs flymake checkers
- Host: GitHub
- URL: https://github.com/purcell/flymake-easy
- Owner: purcell
- Created: 2012-11-04T18:55:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:20:37.000Z (6 months ago)
- Last Synced: 2025-03-25T03:34:56.187Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 43
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://melpa.org/#/flymake-easy)
[](http://stable.melpa.org/#/flymake-easy)flymake-easy.el
===============Helpers for easily building Emacs flymake checkers.
Installation
=============If you choose not to use one of the convenient packages in
[Melpa][melpa] and [Marmalade][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`](https://github.com/purcell/flymake-ruby) for an
example.[marmalade]: http://marmalade-repo.org
[melpa]: http://melpa.org
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)