Trigger flycheck only after saving the buffer
This commit is contained in:
parent
cca6cdef5e
commit
c35dc58f00
|
@ -48,3 +48,5 @@
|
||||||
(after! smartparens (show-smartparens-global-mode t))
|
(after! smartparens (show-smartparens-global-mode t))
|
||||||
;; Disable company mode in Nix
|
;; Disable company mode in Nix
|
||||||
(setq-hook! 'nix-mode-hook company-idle-delay nil)
|
(setq-hook! 'nix-mode-hook company-idle-delay nil)
|
||||||
|
;; Trigger flycheck after save
|
||||||
|
(setq flycheck-check-syntax-automatically '(save))
|
||||||
|
|
Loading…
Reference in New Issue