Add PlantUML
This commit is contained in:
parent
754e81f612
commit
eb38848a12
@ -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.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user