2017-07-08 23:05:23 +02:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/plantuml/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! plantuml-mode :pin "ea45a13707")
|
2020-01-14 03:04:26 -05:00
|
|
|
(when (featurep! :checkers syntax)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-plantuml :pin "183be89e1d"))
|
2020-02-18 22:56:47 -05:00
|
|
|
|
|
|
|
;; ob-plantuml is provided by org-plus-contrib
|