Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jixiuf committed Sep 15, 2024
1 parent 492282d commit 4167774
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ The list of LSP server settings is available in the [[https://github.com/eclipse
Per general Eclipse JDT.LS documentation, a basic skeleton of an initialization customization could look as follow:

#+begin_src emacs-lisp
'(:bundles: ["/home/me/.emacs.d/lsp-bundles/com.microsoft.java.debug.plugin-0.50.0.jar"]
:workspaceFolders: ["file:///home/me/Projects/mavenproject"]
:settings: (:java (:home "/usr/local/jdk21"))
'(:bundles ["/home/me/.emacs.d/lsp-bundles/com.microsoft.java.debug.plugin-0.50.0.jar"]
:workspaceFolders ["file:///home/me/Projects/mavenproject"]
:settings (:java (:home "/usr/local/jdk21"))
:extendedClientCapabilities (:classFileContentsSupport t))
#+end_src

Expand Down

0 comments on commit 4167774

Please sign in to comment.