From e63c3e7c142d512c3c62a40f83cc6f447b0e3c5b Mon Sep 17 00:00:00 2001 From: jixiuf Date: Mon, 16 Sep 2024 01:26:02 +0800 Subject: [PATCH] fix typo in readme --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a6e0919..07318e2 100644 --- a/README.org +++ b/README.org @@ -143,7 +143,7 @@ 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"] + '(: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))