Skip to content

Commit

Permalink
Don't auto-activate TIDE on typescript files, as Im testing out lsp-t…
Browse files Browse the repository at this point in the history
…ypescript
  • Loading branch information
themkat committed Nov 26, 2023
1 parent b0979ea commit d7dd829
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -785,10 +785,10 @@ I have written briefly on my blog about Kotlin in Emacs. [[https://themkat.net/2
(eldoc-mode 1)
(tide-hl-identifier-mode 1))

;; TODO: see if we can replace the web-mode stuff with lsp as well.
;; only used for the mixed content web mode stuff now.
(use-package tide
:after typescript-mode
:init
(add-hook 'typescript-mode-hook #'themkat/activate-tide))
:after typescript-mode)

;; typescript-mode used to be included in another package (probably tide?), but not anymore it seems
(use-package typescript-mode)
Expand Down

0 comments on commit d7dd829

Please sign in to comment.