aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-packages/flymake-guile.el
AgeCommit message (Collapse)Author
2023-11-04Disable unused-variable warnings in flymake-guileTimo Wilken
These produce too many false positives, e.g. every time `match' is used. Also, reduce indentation by inverting the `if' condition.
2023-10-30Fix and enable Guile flymake checkerTimo Wilken
2023-01-19Add prototype of guile flymake linterTimo Wilken