Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.21 KB

Flymake-relint

License GPL 3 MELPA

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.

Contents

Install

dependencies

package

  • 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.

Usage

(require 'flymake-relint)
(add-hook 'emacs-lisp-mode-hook #'flymake-relint-setup)
(add-hook 'lisp-interaction-mode-hook #'flymake-relint-setup)