diff options
| author | alex <alex@pdp7.net> | 2025-03-29 14:16:55 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-29 14:17:48 +0100 |
| commit | 5b31335a2ab1517213e5e18fe4c950ae2ce59885 (patch) | |
| tree | 4b88f4e428bf3a2f8c8784f810519f56572c3e3b /emacs/emacs.el | |
| parent | 8a41e7c444b5ba1a69673aa9237ec69afca28f6b (diff) | |
Fix Java (but regress indentation)
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 03fb3839..bffc5825 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -90,14 +90,11 @@ :init (elpy-enable)) -;;; Java Support +;; Java Support (use-package lsp-java :ensure t :config - (add-hook 'java-mode-hook 'lsp) - (add-hook 'java-mode-hook (lambda () - (setq c-basic-offset 2 - indent-tabs-mode f)))) + (add-hook 'java-mode-hook 'lsp)) ;; YAML support (use-package yaml-mode |
