From: Mark Wooding Date: Sat, 17 Feb 2024 13:06:29 +0000 (+0000) Subject: dot/emacs: Scroll compilation spew by default. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/b582b09b2b13639beac408bbb2134b2a2cd32675 dot/emacs: Scroll compilation spew by default. Maybe I actually want this as `first-error'. We'll find out. --- diff --git a/dot/emacs b/dot/emacs index 31f612e..16006ae 100644 --- a/dot/emacs +++ b/dot/emacs @@ -365,6 +365,7 @@ (setq linum-format "%7d ") (setq next-line-add-newlines nil) ;Don't add weird newlines (setq split-height-threshold nil) ;Reuse windows where sensible +(setq compilation-scroll-output t) (setq iswitchb-default-method 'samewindow ;Don't confuse me by showing ido-default-file-method 'selected-window ;buffers in other random ido-default-buffer-method 'selected-window) ;frames