Skip to content

Commit

Permalink
Add undercover
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Feb 18, 2015
1 parent deae518 commit a7c4576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/dotemacs_test.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
))))
(error (message "Error loading dependencies: %s" err)))

(unless (package-installed-p 'undercover)
(package-install 'undercover)
(undercover "ensime*.el"))

(add-to-list 'load-path "./")
(require 'ensime)
(require 'ensime-test)
Expand Down

0 comments on commit a7c4576

Please sign in to comment.