mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-06 09:12:42 -08:00
6 lines
161 B
EmacsLisp
6 lines
161 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/plantuml/packages.el
|
|
|
|
(package! plantuml-mode)
|
|
(when (featurep! :feature syntax-checker)
|
|
(package! flycheck-plantuml))
|