summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)