Emacs: don't hook flycheck into modes with LSP integrations
Alan Pearce alan@alanpearce.eu
Mon, 05 Jun 2023 16:48:06 +0200
1 files changed, 1 insertions(+), 9 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -891,15 +891,7 @@ :defer 5 :config (setq flymake-error-bitmap '(left-vertical-bar compilation-error) flymake-warning-bitmap '(left-vertical-bar compilation-warning))) (use-package flycheck - :defer 5 - :ghook ('(typescript-mode-hook - dockerfile-mode-hook - yaml-mode-hook - js-mode-hook - css-mode-hook - scss-mode-hook - html-mode-hook - haskell-mode-hook)) + :defer t :config (progn (setq flycheck-check-syntax-automatically '(save idle-buffer-switch mode-enabled) flycheck-highlighting-mode 'sexps)