Emacs: Scroll compilation output until first error.
This commit is contained in:
parent
c045ab8349
commit
52db60f144
|
@ -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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
|
||||||
|
:custom
|
||||||
|
(compilation-scroll-output 'first-error)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(setq-default indent-tabs-mode nil ; Set default indentation.
|
(setq-default indent-tabs-mode nil ; Set default indentation.
|
||||||
tab-width 4)
|
tab-width 4)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user