From 6a690be6eec1e99bcc3f2acfd94cdc6951b84691 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 17 Jun 2021 20:26:51 +0100 Subject: [PATCH] chore(linting): reduce idly delay of flycheck --- modules/linting/siren-flycheck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/linting/siren-flycheck.el b/modules/linting/siren-flycheck.el index f399950..69235cc 100644 --- a/modules/linting/siren-flycheck.el +++ b/modules/linting/siren-flycheck.el @@ -11,7 +11,7 @@ (prog-mode . flycheck-mode) :custom - (flycheck-idle-change-delay 1.0) + (flycheck-idle-change-delay 0.5) (flycheck-indication-mode 'right-fringe) (flycheck-ruby-rubocop-executable "rubocop-bundle-safe") (flycheck-javascript-standard-executable "semistandard")