summary refs log tree commit diff
path: root/emacs.d/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-10-18 09:12:22 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-10-18 09:12:22 -0700
commit0fab4e291b3c35f096a1ef202430b719cfe133a2 (patch)
tree86980a49925df99f16cdb59ce8a791ff100de3af /emacs.d/lib
parent[emacs] smaller font (diff)
downloademacs.d-0fab4e291b3c35f096a1ef202430b719cfe133a2.tar.gz
[emacs] add scala-mode
Diffstat (limited to 'emacs.d/lib')
-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