https://github.com/purcell/flymake-coffee
Emacs flymake handler for CoffeeScript
https://github.com/purcell/flymake-coffee
Last synced: 22 days ago
JSON representation
Emacs flymake handler for CoffeeScript
- Host: GitHub
- URL: https://github.com/purcell/flymake-coffee
- Owner: purcell
- Created: 2011-07-05T10:33:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T07:16:25.000Z (6 months ago)
- Last Synced: 2025-04-11T05:52:32.796Z (22 days ago)
- Language: Emacs Lisp
- Size: 10.7 KB
- Stars: 16
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flymake-coffee.el
==========================An Emacs flymake handler for syntax-checking Coffeescript source code
using `coffeelint` or `coffee`.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-coffee.el` to your `load-path`, and then
`(require 'flymake-coffee)`. You'll also need to install
[flymake-easy](https://github.com/purcell/flymake-easy).Usage
=====Add the following to your emacs init file:
(require 'flymake-coffee)
(add-hook 'coffee-mode-hook 'flymake-coffee-load)Uses `coffeelint` if available, otherwises `coffee`.
[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/)