aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/emacs-packages/flymake-guile.el
AgeCommit message (Collapse)Author
2024-03-10Separate home service into PIM, dev env and graphical partsTimo Wilken
This means we only instantiate Shepherd and mcron services if we really need them, to avoid annoyance on servers.
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