Skip to content

Commit

Permalink
add a handful of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietanksley committed Oct 21, 2013
1 parent 43a3e23 commit db6bc65
Show file tree
Hide file tree
Showing 44 changed files with 16,892 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .emacs.d/init.d/my-scala.el
@@ -0,0 +1,7 @@
(progn
(add-to-list 'load-path "~/.emacs.d/packages/ensime/elisp/")
;; ensime version: 2.10.0-0.9.8.9
(require 'ensime)
(add-hook 'scala-mode-hook 'ensime-scala-mode-hook))

(provide 'my-scala)

0 comments on commit db6bc65

Please sign in to comment.