diff options
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index a9c75021..9c5b1648 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -962,6 +962,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :ghook ('typescript-mode-hook #'tide-setup) :init (progn (setq tide-completion-setup-company-backend nil) + (flycheck-add-next-checker 'typescript-tide 'javascript-eslint) (company-set-secondary-backend-for-mode typescript-mode 'company-tide)) :config (progn ;; loading this package has the annoying effect of breaking my company configuration |