GNU ELPA - flymake-harper

flymake-harper Atom Feed

Description
Flymake backend for Harper
Latest
flymake-harper-0.1.1.tar (.sig), 2026-Aug-21, 60.0 KiB
Maintainer
Philip Kaludercic <philipk@posteo.net>
Website
https://codeberg.org/pkal/flymake-harper.el
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

This package adds support for harper (https://writewithharper.com/)
for Flymake.  This package is a fork of Manuel Uberti's
"flymake-proselint".  Once installed, the backend can be enabled
with by calling `flymake-harper-setup' manually or using a hook.
Configure `flymake-harper-disable' to disable certain types of
warnings, if you are experiencing too many false positives.

Old versions

flymake-harper-0.1.0.tar.lz2026-Aug-2014.3 KiB

News

Version 0.1.1 fixes minor mistakes from the previous release.  The
only user-noticeable change should be that `flymake-harper-setup'
is auto-loaded and can therefore be added directly to mode hooks.