Skip to content

Instantly share code, notes, and snippets.

@jarlah
Last active May 17, 2025 20:50
Show Gist options
  • Save jarlah/f5dada4f128629b9d601cb49e2756b7a to your computer and use it in GitHub Desktop.
Save jarlah/f5dada4f128629b9d601cb49e2756b7a to your computer and use it in GitHub Desktop.
Doom Emacs config for Java and Treemacs
(require 'lsp-java)
(add-hook 'java-mode-hook #'lsp)
(add-hook 'window-setup-hook #'treemacs 'append)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment