Emacs: Scroll compilation output until first error.

This commit is contained in:
tastytea 2019-11-09 18:56:17 +01:00
parent c045ab8349
commit 52db60f144
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
;;; client.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;;; client.el --- Set up network stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-11-04T19:54:18+00:00>
;; Time-stamp: <2019-11-09T11:43:07+00:00>
;;; Commentary:

View File

@ -11,6 +11,9 @@
(use-package emacs
:ensure nil
:custom
(compilation-scroll-output 'first-error)
:config
(setq-default indent-tabs-mode nil ; Set default indentation.
tab-width 4)