summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-10 08:51:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-10 17:52:16 -0700
commit58de1ee32de6e2e14796d64a3baff71514859849 (patch)
tree23f0da0e4cc4255f94458b6f99791ed658b5bc05 /.emacs.d
parent0728f904aca9dbbfe5873232279a3e367a583652 (diff)
downloaddotfiles-58de1ee32de6e2e14796d64a3baff71514859849.tar.gz
set compilation-scroll-output
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index ac009401..5831168f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -151,6 +151,7 @@ windows side-by-side in the frame."
'(calendar-date-style 'iso)
'(calendar-week-start-day 1)
'(column-number-mode t)
+ '(compilation-scroll-output 'first-error)
'(confirm-kill-emacs 'y-or-n-p)
'(copy-region-blink-delay 0)
'(copyright-names-regexp "Sean Whitton")