emacs-flymake
Universal on-the-fly syntax checker
Flymake collects diagnostic information for multiple sources, called backends, and visually annotates the relevant portions in the buffer.
- Versions: 1.3.7
- Website: https://elpa.gnu.org/packages/flymake.html
- 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
as follows:
guix install emacs-flymake
Or install a particular version:
guix install emacs-flymake@1.3.7
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.