aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/config/ensime.el
blob: 6242b31e81281940c9e0911104d87f0c0f357b14 (plain) (blame)
1
2
3
;; ENhanced Scala Interaction Mode for text Editors
(require 'ensime)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)