feat(emacs): set the completion in emacs to scroll

When running the compile command in emacs the buffer dose not scroll with the
output by default.

This now set it to follow the output so you can see the full output as it
happened not just the final result.
This commit is contained in:
Ade Attwood 2021-11-21 14:39:12 +00:00
parent ddb7febaa9
commit aa5ef6ec72

View file

@ -110,6 +110,7 @@
(setq-default fill-column 80)
(setq-default display-fill-column-indicator-column 80)
(setq compilation-scroll-output 'first-error)
;; Set the default line number style to relative so when they are turned on I
;; dont need to worry about that