Commit aafedca37e18

Vincent Demeester <vincent@sbr.pm>
2015-06-16 16:56:51
Few options
1 parent db47d91
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2492,6 +2492,12 @@
 
     #+BEGIN_SRC emacs-lisp
       (setq compilation-scroll-output t)
+      ;; I'm not scared of saving everything.
+      (setq compilation-ask-about-save nil)
+      ;; Stop on the first error.
+      (setq compilation-scroll-output 'next-error)
+      ;; Don't stop on info or warnings.
+      (setq compilation-skip-threshold 2)
     #+END_SRC
 
 ** Provided configuration