aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-18 20:18:26 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-21 16:57:11 -0700
commit6d6196ade8dd5764178588b751ff58a59fd16e3c (patch)
tree1ddfcf7e76c975505c4a3e8255449284e8626803
parentf3f13490c4d870c89fc83651fb739b994766b8a8 (diff)
downloaddotfiles-6d6196ade8dd5764178588b751ff58a59fd16e3c.tar.gz
dotfiles-6d6196ade8dd5764178588b751ff58a59fd16e3c.tar.xz
config: emacs: eglot: java: set project specific data folders
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/emacs.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index b5b3682a..a02c571c 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -3063,6 +3063,10 @@ Most shell applications accept Perl Compatible Regular Expressions."
"--jvm-arg=-XX:+UseStringDeduplication"
"--jvm-arg=-XX:AdaptiveSizePolicyWeight=90"
"--jvm-arg=-Dsun.zip.disableMemoryMapping=true"
+ "-data"
+ (expand-file-name (sha1 (project-root (project-current t)))
+ (concat user-emacs-directory
+ ".cache/lsp/jdtls/"))
:initializationOptions
'(:settings
(:java