Flymake is the built-in Emacs package to support on-the-fly syntax checking. This library provides a Flymake backend for rx and string regular expressions in Emacs Lisp files, using relint.
Ported from flycheck-relint
It requires Emacs 26 at least.
- Manually
Clone and add to load-path
, require the package.
- Melpa
This package is available on MELPA.
Install with M-x package-install
RET
flymake-relint
within Emacs.
(require 'flymake-relint)
(add-hook 'emacs-lisp-mode-hook #'flymake-relint-setup)
(add-hook 'lisp-interaction-mode-hook #'flymake-relint-setup)