emacs-flymake-flycheck
Use Flycheck checkers as Flymake backends
This package provides support for running any Flycheck checker as a Flymake diagnostic backend. The effect is that Flymake will control when the checker runs, and Flymake will receive its errors.
- Versions: 20210404.2128
- Website: https://github.com/purcell/flymake-flycheck
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-flymake-flycheck
as follows:
guix install emacs-flymake-flycheck
Or install a particular version:
guix install emacs-flymake-flycheck@20210404.2128
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.