Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purcell/flymake-easy
Helpers for easily building Emacs flymake checkers
https://github.com/purcell/flymake-easy
Last synced: 3 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:20:37.000Z (3 months ago)
- Last Synced: 2024-12-02T18:11:12.242Z (2 months ago)
- Language: Emacs Lisp
- Size: 15.6 KB
- Stars: 40
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Melpa Status](http://melpa.org/packages/flymake-easy-badge.svg)](http://melpa.org/#/flymake-easy)
[![Melpa Stable Status](http://stable.melpa.org/packages/flymake-easy-badge.svg)](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/)