With this patch quickfix can be now activated as a globalized minor mode like this:
(quickfix-global-mode 1)
What it does is that after you open a file, if the current file is elegible to have flymake syntax check activated then it will auto-activate quickfix-mode too.
With this patch quickfix can be now activated as a globalized minor mode like this:
What it does is that after you open a file, if the current file is elegible to have flymake syntax check activated then it will auto-activate quickfix-mode too.