summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 8f18afd4..9268fb4d 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -1049,12 +1049,6 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   :config (setq add-node-modules-max-depth 6)
   :ghook ('(feature-mode-hook js2-mode-hook json-mode-hook typescript-mode-hook) #'add-node-modules-path))
 
-(use-package tide
-  :after (typescript-mode flycheck)
-  :ghook ('typescript-mode-hook #'tide-setup)
-  :init (progn
-          (flycheck-add-next-checker 'javascript-tide 'javascript-eslint)))
-
 ;;;; Reformat on save
 
 (use-package format-all