You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* wrap basic example with with-eval-after-load
* add a specific example of a file type with web-mode
* re-work custom lsp example using a derived/pre-existing major mode
* Revert "wrap basic example with with-eval-after-load"
This reverts commit 290d5e0.
**Note:** This example assumes that you've already set up a major mode of your own either by [deriving it](https://www.gnu.org/software/emacs/manual/html_node/elisp/Derived-Modes.html) from `web-mode` or perhaps by writing it yourself.
31
46
32
47
If the language server supports environment variables to control
33
48
additional behavior, you can register that by using the
0 commit comments