Initialize plantuml-mode before tests

This commit is contained in:
Carlo Sciolla 2017-08-19 21:46:16 +02:00
parent 03fef302ec
commit fce628885b
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 2 additions and 0 deletions

View File

@ -35,4 +35,6 @@
(defun load-plantuml-mode ()
(require 'plantuml-mode (f-expand "plantuml-mode.el" package-code-path)))
(load-plantuml-mode)
;;; test-helper.el ends here