Guest User

Untitled

a guest
Sep 23rd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. (add-to-list 'load-path "/Users/jacob/Downloads/ensime_2.9.2-RC1-0.9.3.RC4/elisp/")
  2. (require 'ensime)
  3.  
  4. (add-to-list 'load-path "/Users/jacob/Downloads/scala-mode")
  5. (require 'scala-mode-auto)
  6.  
  7. ;; This step causes the ensime-mode to be started whenever
  8. ;; scala-mode is started for a buffer. You may have to customize this step
  9. ;; if you're not using the standard scala mode.
  10. (add-hook 'scala-mode-hook 'ensime-scala-mode-hook)
Add Comment
Please, Sign In to add comment