Enable highlighting of "next error messages"

As recommended by https://www.masteringemacs.org/article/whats-new-in-emacs-28-1.
This commit is contained in:
Daniel - 2022-04-29 09:05:18 +02:00
parent 8101a29d7a
commit b384065065
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -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))