summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-10-07 22:48:03 +0200
committerAlan Pearce2022-10-07 22:48:03 +0200
commitb7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1 (patch)
tree79a4960c504d48e57b634e3528352652af792366
parent76d8609d64b33f3ca400915427ba36cd21b24389 (diff)
downloadnixfiles-b7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1.tar.lz
nixfiles-b7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1.tar.zst
nixfiles-b7e68f6af7d47d4c1cb0248abf6ec41d8cdf2ab1.zip
Emacs: fix TIDE setup
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 7538a37b..034cc172 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1000,7 +1000,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)
+          (flycheck-add-next-checker 'javascript-tide 'javascript-eslint)
           (company-set-secondary-backend-for-mode typescript-mode 'company-tide)))
 
 ;;;; Reformat on save