mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-25 20:40:24 +10:00
7 lines
153 B
EmacsLisp
7 lines
153 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/plantuml/packages.el
|
|
|
|
(package! plantuml-mode)
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-plantuml))
|