1
0
mirror of https://github.com/skuro/plantuml-mode.git synced 2024-06-26 07:29:12 +02:00

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

View File

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