chmouel / flymake-codespell

codespell backend for flymake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caution

This project has been deprecated, use the ELPA version as an alternative.

flymake-codespell - codespell backend for flymake

A simple flymake backend for codespell

Installation

Using package.el (with emacs29's package-vc.el):

(unless (package-installed-p 'flymake-codespell)
    (package-vc-install "https://github.com/chmouel/flymake-codespell"))
(use-package flymake-codespell
  :hook
  (prog-mode .
             (lambda ()
               (require 'flymake-codespell)
               (add-hook 'flymake-diagnostic-functions 'flymake-check-codespell nil t))))

Copyright

License

GPL-3.0

Authors

Chmouel Boudjnah

About

codespell backend for flymake

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%