To install this package, run in Emacs:
M-x package-install RET flymake-guile RET
Flymake backend for GNU Guile using `guild' compile. Usage: (add-hook 'scheme-mode-hook 'flymake-guile) Emacs 29 and later: (use-package flymake-guile :ensure t :hook (scheme-mode-hook . flymake-guile))
flymake-guile-0.4.tar.lz | 2023-Sep-05 | 14.6 KiB |
# -*- mode: org; coding: utf-8; -*- #+STARTUP: indent #+TITLE: flymake-guile NEWS – history of user-visible changes * NEWS ** 0.5 - Improve diagnostic position for `unused variable` and `unused local top` ** 0.4 - Remove flymake-quickdef dependency ** 0.3 - Improve diagnostic column position