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:
parent
ddb7febaa9
commit
aa5ef6ec72
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue