[emacs] fix plantuml-mode support

Configure plantuml-mode derived mode to be available and load puml-mode
on-demand.
This commit is contained in:
Correl Roush 2016-05-25 10:47:11 -04:00
parent 4053c8fcf4
commit b1de2d1726

View file

@ -422,7 +422,8 @@ org documents and ob-plantuml.
(use-package puml-mode
:ensure t
:mode "\\.plantuml\\'"
:config
:commands puml-mode
:init
(define-derived-mode plantuml-mode
puml-mode "PlantUML Mode"))