summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:49:48 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-05 12:49:48 +0000
commit41dd076a88b060f660a4f75a01e8348674c9a534 (patch)
tree2c6af8e0496657470f30db555ec4bddc4941497a
parentec89fc7b21f82caae776281d47af4d86e5d186f7 (diff)
downloaddotfiles-41dd076a88b060f660a4f75a01e8348674c9a534.tar.gz
try a value of 2 for compilation-skip-threshold
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)