diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2017-10-18 09:12:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2017-10-18 09:12:22 -0700 |
| commit | 0fab4e291b3c35f096a1ef202430b719cfe133a2 (patch) | |
| tree | 86980a49925df99f16cdb59ce8a791ff100de3af | |
| parent | [emacs] smaller font (diff) | |
| download | emacs.d-0fab4e291b3c35f096a1ef202430b719cfe133a2.tar.gz | |
[emacs] add scala-mode
| -rw-r--r-- | emacs.d/lib/twitter.el | 4 |
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 |
