From fb683980be2df05d9946b32ad41a9a9bb919d34d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 17 Nov 2015 15:59:53 -0500 Subject: [PATCH] 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 --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fa8940f..61c9c78 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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