mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add ~scala-mode~ and ~lsp-metals~
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
72fa1c7bfd
commit
531b8cd5e6
17
emacs-lisp/scala.org
Normal file
17
emacs-lisp/scala.org
Normal file
|
@ -0,0 +1,17 @@
|
|||
:PROPERTIES:
|
||||
:header-args:emacs-lisp: :comments link :results none
|
||||
:ID: c4129243-bc07-439b-845c-57115dbdd3de
|
||||
:END:
|
||||
#+title: Scala
|
||||
#+filetags: emacs-load
|
||||
#+begin_src emacs-lisp
|
||||
(use-package scala-mode
|
||||
:straight t)
|
||||
|
||||
(use-package lsp-metals
|
||||
:straight t
|
||||
:custom
|
||||
(lsp-metals-enable-semantic-highlighting t)
|
||||
:hook (scala-mode . lsp))
|
||||
#+end_src
|
||||
|
Loading…
Reference in a new issue