diff --git a/config.org b/config.org index 158cc19..7e8de52 100644 --- a/config.org +++ b/config.org @@ -4115,6 +4115,8 @@ I prefer 2-space indentation in all circumstances. Unfortunately, Emacs's indent ** Java +#+call: confpkg("Mode: Java") + The =lsp-java= package provides LSP support using the standard language server, the Eclipse-based ~jdtls~. Unfortunately, this package isn't designed for Nix, so it fails to find the server script in our Nix store. We need to do a bit of legwork to patch in this support, as well as some extra considerations, such as per-project config directories. #+begin_src emacs-lisp