We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af00669 commit cf6d9d9Copy full SHA for cf6d9d9
README.md
@@ -36,7 +36,7 @@ maintained repos - [MELPA Stable](http://stable.melpa.org) and [MELPA](http://me
36
Then add the following lines to your `.emacs` and open a file from the any of the specified projects.
37
```emacs-lisp
38
(require 'lsp-java)
39
-(add-hook 'java-mode-hook #'lsp-java-enable)
+(add-hook 'java-mode-hook #'lsp)
40
```
41
### [Eclipse JDT Language Server](https://projects.eclipse.org/projects/eclipse.jdt.ls)
42
0 commit comments