Files
..
2025-10-29 13:34:53 +01:00

Install emacs plugin:

Edit your .emacs file and add the following:

(use-package javatx-mode
  :custom
  (javatx-compiler-path "$PATH_TO_COMPILER$")
  (javatx-lsp-server-path "$PATH_TO_LSP$")
  :load-path "~/.emacs.d/lisp")