summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-03-14 04:29:24 +0200
committerGravatar Uko Kokņevičs2025-03-14 04:29:24 +0200
commitafe3b3fec65ebf76ba6f0be5866bad0c41476a2f (patch)
tree061b983516cf8b7678c71a17f1b1dc089319b633
parentSwitch from straight.el to elpaca (diff)
downloademacs.d-afe3b3fec65ebf76ba6f0be5866bad0c41476a2f.tar.gz
emacs.d-afe3b3fec65ebf76ba6f0be5866bad0c41476a2f.tar.xz
emacs.d-afe3b3fec65ebf76ba6f0be5866bad0c41476a2f.zip
compile: Auto-scroll down (but stop on errors :D)
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index f74af4a..fedc6cf 100644
--- a/init.el
+++ b/init.el
@@ -279,7 +279,9 @@
279 279
280(use-package compile 280(use-package compile
281 :ensure nil 281 :ensure nil
282 :bind (("C-c k" . compile))) 282 :bind (("C-c k" . compile))
283 :custom
284 (compilation-scroll-output 'first-error))
283 285
284(use-package copyright 286(use-package copyright
285 :ensure nil 287 :ensure nil