Commit aafedca37e18
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