From 0c03279b63fc95659c1bbaf63198c7656513c476 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 22 Aug 2024 18:30:47 -0400 Subject: [PATCH] fix(java): add confpkg subconfig directive --- config.org | 2 ++ 1 file changed, 2 insertions(+) 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