pinwheel: Add scala-mode to emacs
This commit is contained in:
@@ -502,6 +502,7 @@ Setup prefix for keybindings.
|
||||
(typescript-ts-mode . eglot-ensure)
|
||||
(rust-mode . eglot-ensure)
|
||||
(glsl-mode . eglot-ensure)
|
||||
(scala-mode . eglot-ensure)
|
||||
)
|
||||
)
|
||||
#+END_SRC
|
||||
@@ -569,3 +570,8 @@ Setup prefix for keybindings.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package glsl-mode)
|
||||
#+END_SRC
|
||||
** Scala
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package scala-mode
|
||||
:interpreter ("scala" . scala-mode))
|
||||
#+END_SRC
|
||||
|
||||
Reference in New Issue
Block a user