diff --git a/lsp-java.el b/lsp-java.el index 82d7fc2..4e81e33 100644 --- a/lsp-java.el +++ b/lsp-java.el @@ -65,7 +65,7 @@ The slash is expected at the end." :risky t :type 'directory) -(defcustom lsp-java-workspace-cache-dir (expand-file-name (locate-user-emacs-file "workspace/.cache/")) +(defcustom lsp-java-workspace-cache-dir (expand-file-name ".cache/" lsp-java-workspace-dir) "LSP java workspace cache directory." :group 'lsp-java :risky t