Add lang/plantuml

This commit is contained in:
Henrik Lissner 2017-07-08 23:05:23 +02:00
parent be4eeac705
commit 9a74124ede
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 47 additions and 0 deletions

View file

@ -0,0 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/plantuml/packages.el
(package! plantuml-mode)
(when (featurep! :feature syntax-checker)
(package! flycheck-plantuml))