Invoke lsp in js-mode.

This commit is contained in:
tastytea 2021-03-14 10:56:47 +01:00
parent cb5efdd4d9
commit d25c8e1820
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
(json-mode . lsp)
(web-mode . lsp)
(css-mode . lsp)
(js-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration)
(lsp-mode . my/rebind-other-file-maybe)))