help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Applying Flymake


From: Stefan Monnier
Subject: Re: Applying Flymake
Date: Thu, 16 Apr 2020 13:25:18 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I was recommended to use Flycheck (on Melpa) and found this checker
> quite useful.  But now I realised that there's an in-built checker
> Flymake!  And I'd like to "check" this mode applying it to all elisp
> files but I can't figure out how to do this automatically.

    (add-hook 'emacs-lisp-mode-hook #'flymake-mode)

should do the trick


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]