Force compilation buffers to fill the whole window
set scroll-up-aggressively such that the point will always stay at the bottom of the window when scrolling
This commit is contained in:
parent
254a845da5
commit
fb683980be
@ -56,6 +56,9 @@
|
||||
(ibuffer-auto-mode 1)
|
||||
(setq ibuffer-show-empty-filter-groups nil))))
|
||||
|
||||
(use-package compile
|
||||
:config
|
||||
(add-hook 'compilation-start-hook (lambda (x) (setq-local scroll-up-aggressively 0))))
|
||||
;;;; external packages (required)
|
||||
(use-package company :quelpa
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user