From b384065065d9493c3baa9d888c7af30daa5e7f8f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Apr 2022 09:05:18 +0200 Subject: [PATCH] Enable highlighting of "next error messages" As recommended by https://www.masteringemacs.org/article/whats-new-in-emacs-28-1. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 6e39766..4faa152 100644 --- a/init.el +++ b/init.el @@ -407,7 +407,8 @@ history-delete-duplicates t track-eol t gc-cons-threshold (* 100 1024 1024) ; 100mb - read-process-output-max (* 1024 1024)) ; 1mb + read-process-output-max (* 1024 1024) ; 1mb + next-error-message-highlight t) (when (memq system-type '(gnu gnu/linux gnu/kfreebsd)) (setq x-wait-for-event-timeout nil))