In Emacs, what would be the way to display the Flycheck buffer automatically when saving, only if there are errors?
A bit like https://github.com/steelbrain/linter.
I've searched on https://stackoverflow.com/questions/tagged/flycheck?sort=votes&pageSize=50 but did not find anything approaching.
Add the following to
~/.emacs
, this will bind it toC-x C-s
: