1
0
Fork 0

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 ()
(require 'plantuml-mode (f-expand "plantuml-mode.el" package-code-path)))
(load-plantuml-mode)
;;; test-helper.el ends here