Add PlantUML

This commit is contained in:
Wojciech Kozlowski 2020-09-09 18:42:42 +02:00
parent 754e81f612
commit eb38848a12

View File

@ -26,6 +26,8 @@
dockerfile-mode
;; P4
xcscope
;; PlantUML
plantuml-mode
;; Protobuf
protobuf-mode
;; Python
@ -106,6 +108,16 @@
(use-package p4_16-mode
:mode "\\.p4\\'")
;; --------------------------------------------------------------------------
;; PlantUML.
;; --------------------------------------------------------------------------
(use-package plantuml-mode
:mode "\\.pu\\'"
:init
(setq plantuml-default-exec-mode 'executable)
(setq plantuml-output-type "png"))
;; --------------------------------------------------------------------------
;; Protobuf.
;; --------------------------------------------------------------------------