Skip to content

Commit

Permalink
Add more files
Browse files Browse the repository at this point in the history
  • Loading branch information
sachac committed Feb 18, 2015
1 parent 5edbdf5 commit 05ff46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/dotemacs_test.el
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
(package-install 'undercover))
(require 'undercover)
(undercover "ensime.el" "ensime-utils.el" "ensime-vars.el" "ensime-config.el" "ensime-completion-util.el" "ensime-auto-complete"
"ensime-company.el" "ensime-inf.el" "ensime-editor.el")
"ensime-company.el" "ensime-inf.el" "ensime-editor.el" "ensime-goto-test-file.el" "ensime-inspector.el" "ensime-mode.el"
"ensime-model.el" "ensime-notes.el" "ensime-popup.el" "ensime-refactor.el" "ensime-scalex.el" "ensime-search.el"
"ensime-semantic-highlight.el" "ensime-undo.el" "ensime-ui.el")

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

0 comments on commit 05ff46b

Please sign in to comment.