all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Applying Flymake
@ 2020-04-15 23:42 H. Dieter Wilhelm
  2020-04-16 17:25 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: H. Dieter Wilhelm @ 2020-04-15 23:42 UTC (permalink / raw)
  To: help-gnu-emacs

Hello Emacs-26.3

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.

Thank you

      Dieter
-- 
Best wishes
H. Dieter Wilhelm
Zwingenberg, Germany




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Applying Flymake
  2020-04-15 23:42 Applying Flymake H. Dieter Wilhelm
@ 2020-04-16 17:25 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2020-04-16 17:25 UTC (permalink / raw)
  To: help-gnu-emacs

> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-16 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 23:42 Applying Flymake H. Dieter Wilhelm
2020-04-16 17:25 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.