Austin Bingham 7777e0d4cf Merge pull request #9 from eckardt/patch-1
Map alert level 'suggestion' to 'info'
2018-03-09 07:43:26 +01:00
2017-05-14 16:14:11 +02:00
2017-05-21 11:24:01 +02:00

flycheck-vale

MELPA

This package provides flycheck integration for vale. Flycheck is an Emacs system for on-the-fly syntax checking. Vale is a natural language linter. So with flycheck-vale you get on-the-fly natural language linting.

Right now flycheck-vale is very new and unpolished. Ideas, PRs, etc. are welcome!

Quickstart

Install flycheck-vale from MELPA using package-install or something equivalent.

To use flycheck-vale just require it and run flycheck-vale-setup:

(require 'flycheck-vale)
(flycheck-vale-setup)

Dis/enabling flycheck vale for specific buffers

The buffer-local variable flycheck-vale-enabled allows you to enabled or disable vale linting for specific buffers. If this variable is t then vale linting will be performed (assuming you've got flycheck-mode enabled, etc.) Likewise, if it is nil then vale linting will never be performed.

You can use flycheck-vale-toggle-enabled to toggle this variable between t and nil. (And of course you can set it other ways if you want.) By default the variable is t.

Description
No description provided
Readme 48 KiB
Languages
Emacs Lisp 100%