mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(linting): reduce idly delay of flycheck
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user