From 0fab4e291b3c35f096a1ef202430b719cfe133a2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 18 Oct 2017 09:12:22 -0700 Subject: [emacs] add scala-mode --- emacs.d/lib/twitter.el | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.4.1