Skip to content

Commit 4167774

Browse files
committed
fix typo in readme
1 parent 492282d commit 4167774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.org

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ The list of LSP server settings is available in the [[https://github.com/eclipse
143143
Per general Eclipse JDT.LS documentation, a basic skeleton of an initialization customization could look as follow:
144144

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

0 commit comments

Comments
 (0)