summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-03-09 15:29:08 -0800
committerFranck Cuny <franckcuny@gmail.com>2016-03-09 15:29:08 -0800
commita550ac22ff5b6d2a4fb7417e13058b5a62a6f7fb (patch)
tree601c22a004a949fd610b4b291bf500fb828d986c /emacs.d
parent[zsh] Add configuration for zsh (diff)
downloademacs.d-a550ac22ff5b6d2a4fb7417e13058b5a62a6f7fb.tar.gz
[emacs] Add configuration for scala
Closes #17.
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/modes/lang-scala.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/modes/lang-scala.el b/emacs.d/modes/lang-scala.el
new file mode 100644
index 0000000..d75b237
--- /dev/null
+++ b/emacs.d/modes/lang-scala.el
@@ -0,0 +1,7 @@
+(use-package scala-mode2
+  :ensure t)
+
+(use-package ensime
+  :ensure t)
+
+(provide 'lang-scala)