Skip to content

Commit

Permalink
fix(emacs): Java LSP errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Mar 15, 2024
1 parent 93afb10 commit f1c15d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,9 @@

(use-package lsp-java
:init
:hook (java-ts-mode . lsp))
:hook (java-ts-mode . (lambda ()
(require 'lsp-java)
(lsp))))

(use-package markdown-mode
:custom
Expand Down

0 comments on commit f1c15d3

Please sign in to comment.