Skip to content

MicahElliott/flymake-mdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

flymake-mdl, a markdown linter for Emacs

Lint your markdown files with flymake (built into Emacs) and the best markdown linter, markdownlint, AKA mdl (the ruby version that's easy to install and configure).

But note that mdl is a little slow, so you might want to only run flymake on save.

Usage

(add-hook 'markdown-mode-hook #'flymake-mode)
(require 'flymake-mdl)
(add-hook 'markdown-mode-hook 'flymake-mdl-setup)