Emacs: Start lsp for web-mode and css-mode.

This commit is contained in:
tastytea 2021-02-08 16:29:08 +01:00
parent d9b2ef65fa
commit b69ee4c3aa
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
(python-mode . lsp)
(nxml-mode . lsp)
(json-mode . lsp)
(web-mode . lsp)
(css-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration)))
;; Eye-candy and flycheck support for lsp-mode.