aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 93d2f0a..b8adf06 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -2731,7 +2731,11 @@ program, particularly one which isn't finished yet.
(display-buffer-at-bottom)
(window-height . 0.25))
:init
- (setq-default flycheck-check-syntax-automatically '(save idle-change new-line mode-enabled))
+ (setq-default flycheck-check-syntax-automatically
+ '(save idle-change mode-enabled)
+ flycheck-idle-change-delay 1.0
+ flycheck-buffer-switch-check-intermediate-buffers t
+ flycheck-display-errors-delay 0.25)
:config
(with-eval-after-load "evil-collection"
(evil-collection-flycheck-setup)))