doom-emacs/modules/lang/plantuml
Nikita Bloshchanevich 35d01cdab1
fix(plantuml): flycheck: executable support
The flycheck-plantuml is by default configured to always run plantuml
via "java". This only works with a downloaded plantuml. However, I would
prefer to have plantuml installed via my package manager (fedora/dnf).

A locally installed PlantUML executable is already detected by default
for normal use (export/preview), we can also use it for flycheck.

If plantuml is downloaded using plantuml-download-jar, this jar is still
used by default (see setq plantuml-exec-mode), so this should not affect
previous setups.
2024-05-21 17:16:24 +02:00
..
autoload.el lang/plantuml: error on export in server mode 2019-10-23 14:36:40 -04:00
config.el fix(plantuml): flycheck: executable support 2024-05-21 17:16:24 +02:00
doctor.el docs(plantuml): add graphviz/dot doctor 2022-01-27 18:47:07 +01:00
packages.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
README.org docs(*): replace all-the-icons with nerd-icons 2024-05-21 17:16:13 +02:00

:lang plantuml

Description   unfold

This module adds plantuml support to Emacs; allowing you to generate diagrams from plain text.

Maintainers

This module needs a maintainer. Become a maintainer?

Module flags

This module has no flags.

Packages

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module requires plantuml to build diagrams with.

TODO Usage

󱌣 This module has no usage documentation yet. Write some?

TODO Configuration

󱌣 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

󱌣 This module has no appendix yet. Write one?