Skip to content

Commit

Permalink
Don't forget to require undercover
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Feb 18, 2015
1 parent a7c4576 commit 62a451c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/dotemacs_test.el
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
(error (message "Error loading dependencies: %s" err)))

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

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

0 comments on commit 62a451c

Please sign in to comment.