From d486156ba807bb99242d1d15b8c9392a0288713c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 16 Jan 2022 22:01:53 -0500 Subject: relax flycheck --- modules/init-js-two.el | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/init-js-two.el') diff --git a/modules/init-js-two.el b/modules/init-js-two.el index 394b6b5..2e88d45 100644 --- a/modules/init-js-two.el +++ b/modules/init-js-two.el @@ -10,7 +10,6 @@ :ensure t :defer 20 :hook ((js2-mode . (lambda () - (flycheck-mode) (company-mode)))) :mode (("\\.js\\'" . js2-mode)) :custom -- cgit v1.2.3