fix(java): add confpkg subconfig directive
This commit is contained in:
parent
8c73f9510b
commit
0c03279b63
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue