summary refs log tree commit diff
path: root/emacs.d/inits/90_lang-scala.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/90_lang-scala.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/inits/90_lang-scala.el b/emacs.d/inits/90_lang-scala.el
new file mode 100644
index 0000000..d105bcc
--- /dev/null
+++ b/emacs.d/inits/90_lang-scala.el
@@ -0,0 +1,6 @@
+(use-package scala-mode2
+  :ensure t
+  :defer t
+  :config
+  (progn
+    (setq-default scala-indent:use-javadoc-style t)))