emacs-devel
[Top][All Lists]
Advanced

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

Re: Add a separate mode for .dir-locals.el


From: João Távora
Subject: Re: Add a separate mode for .dir-locals.el
Date: Sat, 19 Oct 2019 12:08:54 +0100

> The expected behaviour, in the absence of a proper dir-locals checker,
> would be that (1) Flymake didn't turn itself on at all in these files or
> (2) It didn't use the wrong backends.

A small followup, a piece of the puzzle you might be missing.  Flymake,
by default, doesn't "turn itself on" in emacs-lisp-mode buffers.  But
people add this line to their init files so that it does:

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

...as they probably also do with Flycheck, and any other stuff they like
to use when coding elisp.

João

reply via email to

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