Changeset ead573e in dotfiles for emacs/.emacs.d/.emacs-config.org
- Timestamp:
- Sep 27, 2024, 4:51:30 AM (7 weeks ago)
- Branches:
- master
- Children:
- f30e1cd
- Parents:
- 5211578
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
r5211578 read573e 570 570 (add-hook 'sml-mode-hook 'sml-mode) 571 571 #+END_SRC 572 ** Java 573 *** Eglot-java 574 For better integration with eclipse.jdt.ls 575 #+BEGIN_SRC emacs-lisp :tangle init.el 576 (unless (package-installed-p 'eglot-java) 577 (package-vc-install "https://github.com/yveszoundi/eglot-java" nil nil 'eglot-java)) 578 #+end_src 572 579 573 580 ** PHP
Note:
See TracChangeset
for help on using the changeset viewer.