Add java mode. Fuck compilers.

This commit is contained in:
Simponic 2023-01-24 10:18:25 -07:00
parent 7d52f07fc2
commit 2b345d724b
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -320,6 +320,16 @@ After installing the ~rust-analyzer~ program, the following can be used:
(use-package kotlin-mode
:ensure t)
#+END_SRC
*** Java
#+BEGIN_SRC emacs-lisp
(use-package lsp-java
:config (add-hook 'java-mode-hook 'lsp)
:ensure t)
#+END_SRC
#+RESULTS:
: t
* Elcord
#+BEGIN_SRC emacs-lisp
(use-package elcord