Skip to content

liuyinz/flymake-relint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published