From 187e5e28a32e4e55b26142eae5400af19a854fbf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 12 Aug 2016 15:55:21 +0200 Subject: Emacs: Setup scala environment --- tag-emacs/emacs.d/init.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a89a4c5..87cd664 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1882,6 +1882,22 @@ really seem to use it. :bind (("C-c C-e" . quickrun))) #+END_SRC +** Scala + +Let’s try using Scala. + +#+BEGIN_SRC emacs-lisp + (use-package scala-mode + :pin melpa-stable) +#+END_SRC + +And add ensime, an IDE-style environment. + +#+BEGIN_SRC emacs-lisp + (use-package ensime + :pin melpa-stable) +#+END_SRC + ** Web development *** js2-mode -- cgit 1.4.1