From c5d6491aad294c795d6997f84ea87a50f82cc6f4 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 17 Jan 2024 15:46:12 -0700 Subject: config: emacs: lift java mode hook; disable eglot-java I think `eglot-java` was negatively interacting with the `eglot-server-programs`. I do not need and do not use the automatic installer in `eglot-java`, thus, the whole package may not be necessary. I discovered I probably don't need `eglot-java` after watching [zamansky's][0] [video][1] on Eglot. [0]: https://cestlaz.github.io/ [1]: https://cestlaz.github.io/post/using-emacs-74-eglot/ Signed-off-by: Kenny Ballou --- kbg/services/emacs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbg') diff --git a/kbg/services/emacs.scm b/kbg/services/emacs.scm index 19598c16..1ad5aa8b 100644 --- a/kbg/services/emacs.scm +++ b/kbg/services/emacs.scm @@ -87,7 +87,7 @@ emacs-editorconfig ;; emacs-edts emacs-xyz:emacs-eglot - emacs-eglot-java + ;; emacs-eglot-java emacs-ein emacs-elein emacs-elfeed -- cgit v1.2.1