chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbde5ae
)
dot/emacs: Scroll compilation spew by default.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 13:06:29 +0000
(13:06 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 17 Feb 2024 14:55:46 +0000
(14:55 +0000)
Maybe I actually want this as `first-error'. We'll find out.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 31f612e64f2ad0781a1e032109c380105b3553ad..16006ae9a8cc1639fdef4065e5c690793ede842b 100644
(file)
--- 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