summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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