summary refs log tree commit diff
path: root/emacs.d/lib/twitter.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/lib/twitter.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/lib/twitter.el b/emacs.d/lib/twitter.el
index fcf3383..80f44b2 100644
--- a/emacs.d/lib/twitter.el
+++ b/emacs.d/lib/twitter.el
@@ -29,6 +29,10 @@
         (exec-path-from-shell-copy-env var))))
   (setq flycheck-puppet-lint-rc "/Users/fcuny/src/twitter-ops/utilities/puppet/.puppet-lint.rc"))
 
+(use-package scala-mode
+  ;; mode to work with scala files
+  :ensure t)
+
 (use-package thrift
   ;; mode to work with thrift files
   :ensure t