From b582b09b2b13639beac408bbb2134b2a2cd32675 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 17 Feb 2024 13:06:29 +0000 Subject: [PATCH] dot/emacs: Scroll compilation spew by default. Maybe I actually want this as `first-error'. We'll find out. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0