From 41dd076a88b060f660a4f75a01e8348674c9a534 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 5 Dec 2023 12:49:48 +0000 Subject: try a value of 2 for compilation-skip-threshold --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 636cbca3..f390c7b6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -197,6 +197,7 @@ windows side-by-side in the frame." '(column-number-mode t) '(comint-prompt-read-only t) '(compilation-scroll-output 'first-error) + '(compilation-skip-threshold 2) '(completion-auto-help 'lazy) '(completion-styles '(flex)) '(confirm-kill-emacs 'y-or-n-p) -- cgit v1.2.3