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