lang/javascript: disable tide-hl-identifier-mode by default
This commit is contained in:
parent
c156551dd1
commit
185f47d2aa
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
:definition #'tide-jump-to-definition
|
||||
:references #'tide-references
|
||||
:documentation #'tide-documentation-at-point)
|
||||
(add-hook! 'tide-mode-hook #'(eldoc-mode tide-hl-identifier-mode))
|
||||
(add-hook 'tide-mode-hook #'eldoc-mode)
|
||||
|
||||
(def-menu! +javascript/refactor-menu
|
||||
"TODO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue