Releases: flycheck/flycheck-eldev
Releases · flycheck/flycheck-eldev
Release list
flycheck-eldev 1.2
When flycheck-eldev is used, Flycheck will no longer pollute project directory with temporary throwaway files: instead they will be created in temporary-file-directory, removing potential for confusing file watchers, Git, and so on. This is actually a standard Flycheck functionality, but it is not normally used for Elisp. As of 1.2, flycheck-eldev uses and activates this (by default, you can customize that using flycheck-eldev-outside-temp-files if this causes a problem). [By Thomas Fini Hansen]