ulises / quickfix-mode

A quickfix mode for emacs.
GNU General Public License v3.0
6 stars 3 forks source link

Add globalized minor mode for quickfix. #2

Closed fgallina closed 11 years ago

fgallina commented 11 years ago

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.