Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-26 | fix(prog): simplify flymake's configuration to work with eglot | Franck Cuny | 1 | -11/+7 | |
I've been running into issues between flymake and eglot for a while now. After modifying the file, flymake would report errors on possible typo I made while editing, but once I've fixed them, the diagnostic would not be updated until I either restart eglot or kick another flymake run. After some debugging I'm pretty convinced this is due to the variable `flymake-no-changes-timeout`. I've been running for a few hours without it being set and I've not been able to reproduce the problem |