From afe3b3fec65ebf76ba6f0be5866bad0c41476a2f Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Fri, 14 Mar 2025 04:29:24 +0200 Subject: compile: Auto-scroll down (but stop on errors :D) --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index f74af4a..fedc6cf 100644 --- a/init.el +++ b/init.el @@ -279,7 +279,9 @@ (use-package compile :ensure nil - :bind (("C-c k" . compile))) + :bind (("C-c k" . compile)) + :custom + (compilation-scroll-output 'first-error)) (use-package copyright :ensure nil -- cgit v1.2.3