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:
Adam Goldsmith 2015-11-17 15:59:53 -05:00
parent 254a845da5
commit fb683980be

View File

@ -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