all repos — nixfiles @ 2f40413e198ce4310389b72cdd6e36e1d4627851

System and user configuration, managed by nix and home-manager

Emacs: don't hook flycheck into modes with LSP integrations
Alan Pearce alan@alanpearce.eu
Mon, 05 Jun 2023 16:48:06 +0200
commit

2f40413e198ce4310389b72cdd6e36e1d4627851

parent

04297cd105ab1470c74710627c9127c2c09dc263

1 files changed, 1 insertions(+), 9 deletions(-)

jump to
M user/emacs/init.eluser/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)