diff options
Diffstat (limited to 'modules/init-js-two.el')
-rw-r--r-- | modules/init-js-two.el | 1 |
1 files changed, 0 insertions, 1 deletions
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 |