Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created April 26, 2012 12:12
Show Gist options
  • Save wfaler/2499183 to your computer and use it in GitHub Desktop.
Save wfaler/2499183 to your computer and use it in GitHub Desktop.
init.el
(add-to-list 'load-path "~/.emacs.d/scala-mode")
(add-to-list 'load-path "~/.emacs.d/ensime/elisp")
(require 'scala-mode-auto)
(require 'ensime)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment